Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 453 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 453 Bytes

stream-processor

stream-processor is a utility library for easily creating applications that transform apache kafka data. The library exposes the central StreamProcessor trait which allows the user to define input- and output-types as well as the core transformation function. All of the remaining stream-processing logic is abstracted away, and the application is run by calling run on the StreamRunner struct.