Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 451 Bytes

HelloKafkaBySaga

Play kafka Mssage Broker System by Saga pattern and observability with opentelemetry

Requirements

  • Node.js
  • npm
  • Kafka
  • Jaeger

Installation

  1. Clone this repository.
  2. Run npm install to install the dependencies.
  3. Run npm start to execute all service instant.

ENV

KAFKA_BROKERS=
OTLP_SERVICE_NAME=
OTLP_TRACE_ENDPOINT=
OTLP_METRIC_ENDPOINT=