Tabour is a Kotlin library which allows you to produce and consume messages from SQS.
Instead of manually writing your consumers and producers, Tabour allows you to define functions that handle the message themselves and let Tabour deal with retries, parallelism and error handling.
Currently only the following messaging systems are supported
The library contains the following modules
- Core
- Proto: Helpers for protobuf serialization and deserialization when consuming and producing to queues
- Spring: A bean to automatically inject tabour
- Ktor: A Ktor plugin which can register and unregister a tabour instance
To use Tabour only core is required**
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email developers@katanox.com instead of using the issue tracker.
Apache License. Please see License File for more information.