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
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
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