With some modification, you can use existing confluent-kafka C#/.NET applications to consume and produce topics in HPE Ezmeral Data Fabric Event Store. The HPE Ezmeral Data Fabric Event Store C#/.NET Client is a binding for Apache librdkafka that works with HPE Ezmeral Data Fabric Event Store.
To migrate an existing .NET 4.5 or 4.6 application:
To migrate an existing .NET Core application:
To migrate an existing .NET Core application:
/<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.