jon-esperanza / silk-engine

Simple library for event processing with Kafka. Built on top of KafkaJS and inspired by Robinhood's Faust. Will be moved to Scala soon.
MIT License
0 stars 0 forks source link

Enforce event type #7

Closed jon-esperanza closed 2 years ago

jon-esperanza commented 2 years ago

Description

Enforced message event validation on Agent and message consumed.

quick fix: Separated redis and in-memory storage within App for easier abstraction. tests: Furthered benchmarking and testing redis caching, updated benchmark results based on added validation to event message processing.

Related issues, pull requests, and links

Documentation

(x) No documentation is needed. ( ) Sufficient documentation is included in this PR. ( ) Documentation will be handled later....maybe...