flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

Add DummyProducer utility class #99

Closed dorner closed 1 month ago

dorner commented 3 years ago

Have a single simple method to produce a string or hash to a Kafka topic, without having to define a producer class. This is useful when debugging connectivity issues. Schema can be optional.

dorner commented 1 month ago

Works with Karafka in v2.