Need solutions for consuming Kafka messages in browser

2023-08-29 Thread Spico Florin
Hello! I'm looking for opensource solutions for consuming Kafka messages in browser. I found to interesting articles 1. https://www.confluent.io/blog/consuming-messages-out-of-apache-kafka-in-a-browser/ 2.https://ably.com/topic/websockets-kafka Unfortunately: - the first is from 2019 and does no

Re: Consumer group offset translation in Mirror Maker 2

2023-08-29 Thread Greg Harris
Hey Hemanth! Thank you for asking about Mirror Maker 2! Offset translation is not so simple, so I'll summarize the main functionality and leave some pointers into the code for you to examine yourself. 1. After MirrorSourceTask writes a record, it receives a commitRecord callback [1] with informat