Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/tw-tkms
https://github.com/transferwise/tw-tkms
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transferwise/tw-tkms
- Owner: transferwise
- License: other
- Created: 2020-04-05T15:47:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:07:48.000Z (3 months ago)
- Last Synced: 2024-10-28T15:21:30.713Z (3 months ago)
- Language: Java
- Size: 818 KB
- Stars: 9
- Watchers: 66
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# TransferWise Transactional Kafka Message Sender
![Apache 2](https://img.shields.io/hexpm/l/plug.svg)
![Java 11](https://img.shields.io/badge/Java-11-blue.svg)
![Maven Central](https://img.shields.io/maven-central/v/com.transferwise.kafka/tw-tkms-starter?logo=ApacheMaven)
[![Owners](https://img.shields.io/badge/team-AppEng-blueviolet.svg?logo=wise)](https://transferwise.atlassian.net/wiki/spaces/EKB/pages/2520812116/Application+Engineering+Team)
[![Slack](https://img.shields.io/badge/slack-tw--task--exec-blue.svg?logo=slack)](https://wise.slack.com/archives/C7P9L0B6Z)
> Use the `@application-engineering-on-call` handle on Slack for help.
---
> A library for sending Kafka messages according to the Transactional Outbox Pattern.## 📚 Documentation
Documentation for the library is available [here](docs/index.md).## License
Copyright 2021 TransferWise Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.