pleeplop opened a new pull request, #200: URL: https://github.com/apache/servicemix-bundles/pull/200
kafka-streams logs an exception at startup because a properties file is missing: ``` org.apache.kafka.streams.internals.metrics.ClientMetrics <clinit> WARN: Error while loading kafka-streams-version.properties java.lang.NullPointerException: inStream parameter is null at java.base/java.util.Objects.requireNonNull(Objects.java:233) at java.base/java.util.Properties.load(Properties.java:407) at org.apache.kafka.streams.internals.metrics.ClientMetrics.<clinit>(ClientMetrics.java:53) at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:894) at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:856) at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:826) at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:738) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
