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

Allow the countertop to start processing data #84

Closed slifty closed 4 years ago

slifty commented 4 years ago

Task

Description

We currently have a Countertop that can accept new appliances and use that set of appliances to generate a stream topology.

The next step is to actually use that topology to create workers and start generating / processing data as per a given appliance configuration.

Using the API defined in #82, enable the start and stop methods for the CountertopCoordinator.

This is going to involve creating the concept of a CountertopWorker and thinking carefully about how to differentiate streams within Kafka.

Relevant Resources / Research

None

Related Issues