Hi Pushkar,
On 7/25/19 10:51 AM, Pushkar Deole wrote:
Hi All,
I am new to Kafka and still getting myself acquainted with the product. I
have a basic question around using Kafka. I want to store in a Kafka topic,
a string value against some keys while a HashMap value against some of the
keys. F
Hello there,
we were suffering some problems on our connect-distributed setup, when
posting a new Connector config, the response was always a 409 Conflict
mentioning a rebalance as the underlying reason.
It was fixed after setting up a different CONNECT_REST_ADVERTISED_HOST_NAME on
each worker, ess
Hi Navneeth,
In Streams you can only get your assignment at runtime via the API
mentioned above, but cannot get it before the streams app starts up (I
assume that is what you meant for "upfront"). So if you can 1) first start
the streams app, and then 2) read the assignment, and then start writing