Skip to content

bitrockteam/kafka-dvs-streams

Repository files navigation

DVS streams

Codacy Badge Build Status Contributor Covenant Scala Steward badge

Configuration

The application references the following environment variables:

  • KAFKA.BOOTSTRAP.SERVERS: valid bootstrap.servers value (see Confluent docs)
  • SCHEMAREGISTRY.URL: valid schema.registry.url value (see Confluent docs)

How to test

Execute unit tests running the following command:

sbt test

How to build

Build and publish Docker image running the following command:

sbt docker:publish

Architectural diagram

Architectural diagram is available here. It can be rendered using PlantText.

Contribution

If you'd like to contribute to the project, make sure to review our recommendations.