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

KafkaConsumer: Remove support of input port when in consistent region #219

Open ghost opened 3 years ago

ghost commented 3 years ago

The use of the KafkaConsumer operator's input port in a consistent region has been deprecated. This feature should be removed, so that the control port can only be used when the operator is outside of a consistent region.

ghost commented 3 years ago

Removing features is backward incompatible. That's why this can be done only on a major release bump.