Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch messages from Aiven with Azure #2504

Open
maciejmaciejko-gid opened this issue Jun 19, 2024 · 1 comment
Open

Unable to fetch messages from Aiven with Azure #2504

maciejmaciejko-gid opened this issue Jun 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@maciejmaciejko-gid
Copy link

What happened?

I can not fetch messages from kafka topic in Klaw.

What did you expect to happen?

Messages should be fetched and displayed correctly (e.g. avro format).

What else do we need to know?

Klaw 2.9.0, Aiven cluster with SASL_SSL_SCRAM_MECHANISM_256, Kafka cluster in Azure.
I tried with different types of messages (avro, binary etc)

Exception:
klaw-cluster-api | java.io.EOFException: null
klaw-cluster-api | at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:109) ~[kafka-clients-3.7.0.jar!/:na]
klaw-cluster-api | at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:452) ~[kafka-clients-3.7.0.jar!/:na]
klaw-cluster-api | at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:402) ~[kafka-clients-3.7.0.jar!/:na]
klaw-cluster-api | at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:674) ~[kafka-clients-3.7.0.jar!/:na]
klaw-cluster-api | at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:576) ~[kafka-clients-3.7.0.jar!/:na]

@maciejmaciejko-gid maciejmaciejko-gid changed the title Unable to fetch messages Unable to fetch messages from Aiven with Azure Jun 19, 2024
@aindriu-aiven aindriu-aiven added the bug Something isn't working label Jun 19, 2024
@muralibasani
Copy link
Contributor

@maciejmaciejko-gid did you try configuring a consumer group in cluster api config ?
klaw.topiccontents.consumergroup.id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants