Sign inSign up

otaviof/event-repeater

By otaviof

•Updated over 7 years ago

Mocked Kafka streams processor application, to copy from one topic to another.

Image
0

938

otaviof/event-repeater repository overview

Docker-Cloud Build Status ⁠

⁠event-repeater

Mocked 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

⁠Configuration

eventrepeater:
  kafka:
    schemaRegistryUrl: http://schemaregistry.localtest.me:8681
    brokers: kafka.localtest.me:9092
  repeaters:
    - from: kafka_request_topic
      to: kafka_response_topic

Tag summary

Content type

Image

Digest

Size

142.6 MB

Last updated

over 7 years ago

docker pull otaviof/event-repeater