Namespace com.ibm.streamsx.messaging.kafka

IBMStreams com.ibm.streamsx.messaging Toolkit > com.ibm.streamsx.messaging 5.4.3 > com.ibm.streamsx.messaging.kafka

Kafka Properties

Specify properties as described here: http://kafka.apache.org/documentation.html#configuration. Properties are typically specified using a consumer.properties and producer.properties file in the etc directory of your application. See the samples for examples.

Here are the required properties for each operator:
  • KafkaConsumer: bootstrap.servers and group.id
  • KafkaProducer: bootstrap.servers and acks

If you observe hanging while working with very large message sizes, we recommend increasing the receive.buffer.bytes property.

Operators