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 via API #102

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR adds the ability for a developer to specify kafka configuration settings when creating a Countertop. In turn, it removes the (very simple) kafka tool we created and the ability to configure kafka via environment variables.

Kafka injection is now a part of the core countertop components (countertop => stations => workers)

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

Related Issues

Resolves #99