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

Create countertop workers #98

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR adds the concept of CountertopWorkers, which are the portion of the countertop to actually interact with Kafka and invoke appliances.

This PR also adds unit tests for all countertop components.

Due Diligence Checklist

Steps to Test

  1. yarn install
  2. yarn test

Deploy Notes

Related Issues

Resolves #84