Kafka 3.3.1, unable to start services in cygwin

2022-11-20 Thread ravi r
I downloaded kafka_2.13-3.3.1.tgz and am unable to start services from a cygwin bash shell on my desktop using zookeeper. Relevant error $ zookeeper-server-start.sh $KAFKA/config/zookeeper.properties [0.003s][error][logging] Invalid decorator '/cygwin64/usr/local/kafka/kafka_2.13-3.3.1/logs/zook

Re: Kafka 3.3.1, unable to start services in cygwin

2022-11-20 Thread sunil chaudhari
Hi, Are you running on windows? If Yes, please check documentation once. There are different executables for windows under /bin Also make sure you are using correct version of jdk for windows. Regards, Sunil. On Mon, 21 Nov 2022 at 2:26 AM, ravi r wrote: > I downloaded > > kafka_2.13-3.3.1.tgz

Re: Kafka Streams possible partitioner bug

2022-11-20 Thread Upesh Desai
Yes, we tried to plug the custom partition in via the `partitioner.class` ProducerConfig as you thought. We confirmed that implementing the StreamPartitioner interface, and passing it to our Topology definition indeed does work, thank you for your help! Agreed, updating the documentation will h