Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 682 Bytes

producer.md

File metadata and controls

10 lines (4 loc) · 682 Bytes

Developing a Producer

In many circumstances, it may be advantageous to create your own producer: for example, if you have a data source not already handled by Logstash or Open Daylight, or if you wish to exercise more control over the way data is produced into the platform.

In this case, you can use the Kafka Consumer API. Example code showing how to build a straightforward consumer using this API can be found in the Kafka Quickstart.

We have several examples of building Kafka clients in our example code repository.