shawlynot / candles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running

  1. Run mvn clean install.
  2. Start a Kafka instance. The application uses localhost:9092 by default, and assumes admin permissions. I used docker.
  3. Run the producer jar.
  4. Run the consumer jar.

Configuration

See the relevant application.yamls. The kafka servers, the topic and the symbol can all be overriden using the standard Spring Boot mechanisms (e.g. env vars or Java properties).

About


Languages

Language:Java 100.0%