-
One of the customers asked a question if we can rollback a message if it failed to be consumed and retry it later. This is a very common handling pattern while working with MQ Queue which supports XA …
-
I’m interested if there’s a pattern in Liftbridge, where you can publish multiple events or none at all (failing). This would be useful for domain driven development aggregates, where sometimes you ne…
-
Description
===========
Are there any benchmarks available for the library running on .NET 5? We are busy upgrading from .NET 3.1 to .NET 5 and noticing a slow down in the performance of the librar…
-
Currently poll() is implemented in a way that serialises multiple requests which is quite inefficient. It may be explored to use an event queue to run the requests more parallelised.
-
Kafka:
https://strimzi.io/blog/2021/12/17/kafka-segment-retention/
https://www.confluent.io/blog/5-common-pitfalls-when-using-apache-kafka/
Streams:
https://medium.com/lydtech-consulting/kaf…
-
**offsets.retention.minutes**
https://dzone.com/articles/apache-kafka-consumer-group-offset-retention
Log compaction settings
https://developer.aiven.io/docs/products/kafka/howto/configure-lo…
-
Here will collect the third party benchmark articles, welcome to post your result here to help the people want to know this framework.
-
I don't know if existing functionality can reasonably satisfy this or not, so I will describe the use case that we have in mind:
When flux is used as the cluster-level scheduler ("native flux"?), w…
-
**In what version(s) of Spring for Apache Kafka are you seeing this issue?**
3.0.1
**Describe the bug**
I am still new to Spring boot 3 aot. Best I can describe it is that I've used the spring …
-
Hello,
I'm using monix-kafka's `KafkaConsumerObservable.manualCommit` consumer to consume data from kafka in a batch application.
We consume data until there is no more (using `.timeoutOnSlowUpstrea…