Replies: 1 comment 4 replies
-
|
/cc @alesj (kafka), @cescoffier (kafka), @geoand (kubernetes), @ozangunalp (kafka) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have issue with consumer kafka
Environment:
Description:
I am attempting to consume a compressed Kafka topic. Connection to the broker's established successfully, but consumer lag increasing and zero messages are consumed.
Observation:
Debugging:
After inspecting the Kubernetes pod in debug mode (step by step), I found that exception is thrown during every poll in
io.smallrye.reactive.messaging.kafka.impl.ReactiveKafkaConsumer:If I explicitly add
snappy-javadependency in pom.xml it works well.It also works correctly with the
eclipse-temurin:21-jreimage, even without the explicit dependencyDo you known why I don't have anything in log ?
I expected this type of error to propagate up the stack and be logged explicitly. What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions