Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.04 KB

File metadata and controls

30 lines (18 loc) · 1.04 KB

Tabour

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**

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email developers@katanox.com instead of using the issue tracker.

License

Apache License. Please see License File for more information.