confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
2.25k stars 641 forks source link

KNET-13992 Fix java.lang.ClassNotFoundException: org.xerial.snappy.SnappyInputStream #1241

Closed trnguyencflt closed 5 months ago

trnguyencflt commented 5 months ago

As title said. Add snappy-java test dependency to fix the error of ClassNotFoundException

msn-tldr commented 5 months ago

confused, why is snappy dependency required now in pom?

trnguyencflt commented 5 months ago

confused, why is snappy dependency required now in pom?

There is possibly an upstream change in ce-kafka that excludes snappy-java as a transitive dependency.

msn-tldr commented 5 months ago

Got it, so missing transitive dep broke us now.