Giena

Results 6 comments of Giena

Hello, I use kafka in synchronous replication mode (ack=-1), and with the old synchronous producer, the performances are not so good. Do you think the version 0.4 will be available...

Hi everyone, It seems that the transactional producer is available since kafka 0.11.0. Is it still exactly what we need? Someone works on it?

Hi, I worked on it on our own fork at https://github.com/worldline-messaging/akka-persistence-kafka/ - Use of the new KafkaProducer with transactions - No more use of the zookeeper API - KafkaJournalWriters have...

#A little status about the Akk persistence plugin for kafka with transactions: - Usage of Kafka 1.0.0 - I had a lot of difficulties passing the optional TCK tests, especially...

Hi, I worked on it on our own fork at https://github.com/worldline-messaging/akka-persistence-kafka/ - Use of the new KafkaProducer with transactions - No more use of the zookeeper API - KafkaJournalWriters have...

Hi Olivier, Here at worldline-messaging we work on that fork for a long time ago. We have done some evolutions (new akka persistence interface API of akka 2.4, then akka...