modulepackage
0.0.0-20230808143047-ff439f295c29
Repository: https://github.com/caravan/essentials.git
Documentation: pkg.go.dev
# README
Caravan Essentials
Caravan is a set of in-process message streaming tools for Go applications. Think "Kafka", but for the internal workings of your software. Caravan Essentials includes basic features for managing Topics, including their Producers and Consumers.
This is a work in progress. The basics are there, but not yet ready for production use. Use at your own risk
# Functions
NewTopic instantiates a new Topic, given the specified Options.