Re: Getting started with Kafka topic to store multiple types

2019-08-08 Thread Peter Levart
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

kafka connect 409 with connect-distributed

2019-08-08 Thread Javier Arias Losada
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

Re: Partition assignment in kafka streams

2019-08-08 Thread Guozhang Wang
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