Hi, Did anybody manage to start Kafka streams application in Karaf? I tried different approaches:
* use ServiceMix kafka-clients and kafka-streams bundles (2.8.1_1) * repackage kafka-streams and make it a fragment for kafka-clients * shade my bundle with kafka-clients and kafka-streams included and every time fail with a class loading issue related to default configuration template built inside kafka-streams, specifically: *Caused by: org.apache.kafka.common.config.ConfigException: Invalid value org.apache.kafka.streams.errors.LogAndFailExceptionHandler for configuration default.deserialization.exception.handler: Class org.apache.kafka.streams.errors.LogAndFailExceptionHandler could not be found.* Best regards -- Daniel Łaś
