We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can not fetch messages from kafka topic in Klaw.
Messages should be fetched and displayed correctly (e.g. avro format).
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]
The text was updated successfully, but these errors were encountered:
@maciejmaciejko-gid did you try configuring a consumer group in cluster api config ? klaw.topiccontents.consumergroup.id
Sorry, something went wrong.
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: