Mocked Kafka streams processor application, to copy from one topic to another.
938
event-repeaterMocked application to listen to events, and repeat those in a different Kafka topic. This mock represents a stream processor instrumented with OpenTracing, therefore you can track events inside the consumer and producer instances.
Quick example:
docker run otaviof/event-repeater:latest
eventrepeater:
kafka:
schemaRegistryUrl: http://schemaregistry.localtest.me:8681
brokers: kafka.localtest.me:9092
repeaters:
- from: kafka_request_topic
to: kafka_response_topic
Content type
Image
Digest
Size
142.6 MB
Last updated
over 7 years ago
docker pull otaviof/event-repeater