tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Make kafka configurable #99

Closed slifty closed 4 years ago

slifty commented 4 years ago

Task

Description

Similar to our removal of logging from the environment configuration (#91) we should not rely on environment variables for kafka. Instead, necessary kafka settings should be passed to the countertop directly upon instance creation.

I expect the list of configurable settings to expand over time, but we can start with the two fields actually used:

Relevant Resources / Research

None

Related Issues