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

Performance and benchmarking #6

Closed jon-esperanza closed 2 years ago

jon-esperanza commented 2 years ago

Description

Optimized message coordination process by implementing centralized single instance pattern. Applied parallel and sequential function calls when calling async functions from within a loop. Conducted benchmark tests on the new message coordination process to ensure optimal performance.

Related issues, pull requests, and links

Documentation

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