With some modification, you can use existing confluent-kafka python applications to consume and produce topics in HPE Ezmeral Data Fabric Event Store. The HPE Ezmeral Data Fabric Event Store Python Client is a binding for Apache librdkafka that works with HPE Ezmeral Data Fabric Event Store.
confluent_kafka should be retained.confluent_kafka should be
updated to mapr_streams_python. from
confluent_kafka import Consumer to from mapr_streams_python import
Consumer./<path and name of stream>:<name of topic>
For example, you might have a stream in a MapR cluster that is named stream_A, and the
stream might be in a volume named IoT and in a directory named automobile_sensors. You
want to redirect a producer application to a topic in that stream. The syntax of the path
to the topic might look like this: /mapr/IoT/automobile_sensors/stream_A:<name
of topic>.
streams.consumer.default.stream and
streams.producer.default.stream configuration parameters. When you
configure these parameters, applications can specify just the topic name to write or read
from the default stream.