Thanks Prateek and Yi.
We were able to find the reference in the application. After removing it, we
are able to produce and consume without zookeeper.
On 2/10/20, 3:46 PM, "Prateek Maheshwari" wrote:
Robert, from the stacktrace this looks like something in the application
logic is lo
Robert, from the stacktrace this looks like something in the application
logic is looking for that key (i.e. in the HelixApp constructor).
Thanks,
Prateek
On Mon, Feb 10, 2020 at 1:14 PM Robert Wigginton
wrote:
> Yi,
>
> I think I am getting ahead of myself. We are not getting past the job
> c
Yi,
I think I am getting ahead of myself. We are not getting past the job
coordinator portion of the config. Running 1.3 and defining
job.coordinator.factory=org.apache.samza.standalone.PassthroughJobCoordinatorFactory
in the properties file we still get the error below.
Exception in thread
Hi, Robert,
Thanks! I believe since Samza 1.2, the ZK dependency from Kafka consumer is
removed from Samza. I briefly checked the code base from master and there
is no reference to KafkaConsumerConfig.getZkConnect(). Do you see any error
messages when you remove the systems.x.consumer.zookeeper.co
Currently 1.0.0 but are in the process of upgrading to 1.3.0.
On Wed, 2020-02-05 at 15:01 -0800, Yi Pan wrote:
> Hi, Robert,
>
> Which version of Samza are you using?
>
> -Yi
>
> On Tue, Feb 4, 2020 at 9:17 AM Robert Wigginton
> wrote:
>
> > Hello,
> >
> > We are currently evaluating moving
Hi, Robert,
Which version of Samza are you using?
-Yi
On Tue, Feb 4, 2020 at 9:17 AM Robert Wigginton
wrote:
> Hello,
>
> We are currently evaluating moving from an on prem Kafka deployment to
> Confluent Cloud. Confluent Cloud does not expose Zookeeper to user.
> Is it possible to setup a Sa
Hello,
We are currently evaluating moving from an on prem Kafka deployment to
Confluent Cloud. Confluent Cloud does not expose Zookeeper to user.
Is it possible to setup a Samza consumer without the zookeeper connect
option?
Thanks,
Robert