IBMStreams / streamsx.kafka

Repository for integration with Apache Kafka
https://ibmstreams.github.io/streamsx.kafka/
Apache License 2.0
13 stars 9 forks source link

New compression.type setting potentially breaks existing non-Streams consumers #142

Closed ghost closed 5 years ago

ghost commented 5 years ago

See https://github.com/IBMStreams/streamsx.messagehub/issues/75

ghost commented 5 years ago

Resolved with release 1.7.3

Fix: No setup of producer config compression.type by the KafkaProducer operator, so that Kafka's default value applies, which is none.