Is the subscribe API broken in Kafka 2.2+?

2020-10-03 Thread Debdatta Bhattacharjee
Hello All, Just trying to understand if the subscribe API broken somehow? Reference: https://stackoverflow.com/questions/42707131/kafka-consumer-api-failed-to-subscribe-to-topic I am actually facing the same issue where call to subscribe() and followed by poll() within an infinite while look d

Re: OpenJDK support statement for Kafka 2.5.0

2020-10-03 Thread Ismael Juma
Does the following help? https://kafka.apache.org/documentation/#java Ismael On Thu, Oct 1, 2020 at 6:17 PM Johnson, Brad wrote: > I am looking for some official statement that OpenJDK is supported for > Kafka, in particular 2.5.0. > I know that it works, but I need to “prove” it to a customer

MM2 offset translations not working

2020-10-03 Thread Samuel Cantero
Hi all, It looks like the offsets returned by the RemoteClusterUtils.translateOffsets are always the same as the source/primary cluster, i.e, there's no actual translation. The upstream offsets are fine but the downstream are not (it is just the same as the upstream one). After a quick look, it s