The application references the following environment variables:
KAFKA.BOOTSTRAP.SERVERS
: validbootstrap.servers
value (see Confluent docs)SCHEMAREGISTRY.URL
: validschema.registry.url
value (see Confluent docs)
Execute unit tests running the following command:
sbt test
Build and publish Docker image running the following command:
sbt docker:publish
Architectural diagram is available here. It can be rendered using PlantText.
If you'd like to contribute to the project, make sure to review our recommendations.