📄️ Anatomy Of The Consumer
The consumer artifact consists of three important files which are all required for it to function properly.
📄️ Understanding Application.yml
The behavior of the consumer is configured through the application.yml file. This file instructs the consumer on which brokers to read data from, which backend database to persist the data to, how many threads to run, and more.
📄️ Sample Configurations
This page provides sample application.yml configurations for common use cases.