Hey, Debraj,
The exception you saw looks strange. The exception class
TopicExistsException is from org.apache.kafka:kafka-clients:0.10.1.1 (which
is the version included in samza 0.13.1), which should exist if you have
the whole samza jars installed in your classpath. Could you check whether
you h
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/370
---
Hi
Hi
I am trying to upgrade a single node kafka broker to latest 1.0 from 0.10
with samza 0.13.1.
The steps followed
1. Stopped Kafka Broker
2. Replaced bin/, libs & site-docs/ with the latest
3. Started Kafka
But I am seeing the below exception in logs - Is this related to the that