项目作者: otaviof

项目描述 :
Mocked application. Repeat events from a Kafka topic to another.
高级语言: Java
项目地址: git://github.com/otaviof/event-repeater.git
创建时间: 2019-05-18T08:58:11Z
项目社区:https://github.com/otaviof/event-repeater

开源协议:

下载




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:

  1. docker run otaviof/event-repeater:latest

Configuration

  1. eventrepeater:
  2. kafka:
  3. schemaRegistryUrl: http://schemaregistry.localtest.me:8681
  4. brokers: kafka.localtest.me:9092
  5. repeaters:
  6. - from: kafka_request_topic
  7. to: kafka_response_topic