-
There's now a HAL published on crates.io: [`embedded-hal`][] ([Introduction blog post][brave-new-io]). :tada:
[`embedded-hal`]: https://docs.rs/embedded-hal/0.1.0/embedded_hal/
[brave-new-io]: htt…
-
**Describe the bug**
In a Gradle project generated with the following command:
```
mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create -DprojectGroupId=org.acme -DprojectArtifactId=foo -Dcla…
-
I have a consumer that transforms messages consumed on one topic and produces messages on another topic. Clearly I cannot acknowledge the consumed message until I have published the transformed messag…
-
## Checklist
- [x] I have included information about relevant versions
- [ ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
We have a …
-
http://arthurchiao.art/blog/building-microservices-notes-zh/
-
RQTT tests sometimes fail because a topic used in the previous test, which has been marked for deletion, hasn't yet been deleted when the next test tries to create a topic with the same name.
Unfor…
-
Hello!
I'm seeing a lot of this error when trying to consume messages from my Kafka topic:
```
[warn] :brod_consumer #PID terminating, reason:
{{:badmatch, []}, [{:brod_consumer, :handle_fetch…
-
Proper refresh leveldb client references across the code on database wipe.
identified leveldb consumers:
- cache agent
- blockchain repository
- transactional decorator
-
- 内容:这近一年的时间,对 Kafka 的源码看了很多,但是并没有系统地去总结,希望自己在未来的半年到一年里能完成对 Kafka 源码分析的文章;
- 指定一个小目标:每两周输出一篇 Kafka 分析的相关文章。(2017.6.11立)
- 每篇文章都要用一张图表现出来(从第三篇开始,2017.7.17)。
这个系列以 0.10.2.0 为例(最新的版本 2.0.0 增加了事务性、重构…
-
I am experimenting with `transactionIdPrefix`, and it seems to correctly append the group id, topic name and partition to the Kafka `transactional.id` (for zombie fencing) when the transaction is init…