Re: Standalone cluster configuration to connect to Kafka

2023-04-16 Thread Shammon FY
Hi It seems your job did not connect the kafka correctly or the network between your cluster and kafka is unreachable. I think you can get detailed information from log or check the network Best, Shammon FY On Sat, Apr 15, 2023 at 3:37 AM Lampros Makrodimitris wrote: > Hi community, > > I am

Standalone cluster configuration to connect to Kafka

2023-04-14 Thread Lampros Makrodimitris
Hi community, I am pretty new to the Flink ecosystem and I am trying to create a Flink consumer that consumes messages from an Azure Event Hub for Apache Kafka. My flink job runs on an ubuntu vm. When I run my job via the mvn -exec command the consumer brings messages. Following a different proc