Hi Colin, Philip, Kirk,
As far as I am aware all concerns about KIP-944 have been addressed.
Including those about dirty reads between threads and green threads
because of missing memory barriers. If you agree, I would like to open
the vote again. If not, please let me know.
I'll open anothe
[This is a resend with the correct KIP number.]
Hello developers of the Java based consumer,
I submitted https://github.com/apache/kafka/pull/13914 to fix a long
standing problem that the Kafka consumer on the JVM is not usable from
asynchronous runtimes such as Kotlin co-routines and ZIO. How
It seems KIP-941 was already taken. Updated to: KIP-944.
Op 28-06-2023 om 10:11 schreef Erik van Oosten:
Hello developers of the Java based consumer,
I submitted https://github.com/apache/kafka/pull/13914 to fix a long
standing problem that the Kafka consumer on the JVM is not usable from
as