https://github.com/kroxylicious/kroxylicious
An open-source network proxy framework for Apache Kafka
https://github.com/kroxylicious/kroxylicious
apache-kafka java kafka
Last synced: about 1 month ago
JSON representation
An open-source network proxy framework for Apache Kafka
- Host: GitHub
- URL: https://github.com/kroxylicious/kroxylicious
- Owner: kroxylicious
- License: apache-2.0
- Created: 2022-03-23T10:14:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T04:39:24.000Z (over 1 year ago)
- Last Synced: 2024-04-11T06:42:55.096Z (over 1 year ago)
- Topics: apache-kafka, java, kafka
- Language: Java
- Homepage: https://kroxylicious.io
- Size: 4.25 MB
- Stars: 73
- Watchers: 9
- Forks: 36
- Open Issues: 128
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-platform-engineering - kroxylicious - An open-source network proxy framework for Apache Kafka (Kafka / Infrastructure from code)
- awesome-data-engineering - Kroxylicious - A Kafka Proxy, solving problems like encrypting your Kafka data at rest. (Data Ingestion)
- awesome-java - Kroxylicious
README
# Kroxylicious
Kroxylicious, the snappy open source proxy for [Apache Kafka®](https://kafka.apache.org).
Kroxylicious is a Kafka protocol proxy, addressing use cases such as encryption, multi-tenancy and schema validation.
* [Kroxylicious](#kroxylicious)
* [Quick Links](#quick-links)
* [Build status](#build-status)
* [License](#license)
* [Developer Guide](#developer-guide)
* [Releasing this project](#releasing-this-project)
* [Performance Testing](#performance-testing)
* [Kroxylicious Samples](#kroxylicious-samples)
* [Contributing](#contributing)
## Quick Links
- [kroxylicious.io](https://www.kroxylicious.io)
- [Documentation](https://www.kroxylicious.io/kroxylicious)
- [GitHub design and discussion](https://github.com/kroxylicious/design)
- [Community Slack chat](https://kroxylicious.slack.com/)
## Build status

[](https://sonarcloud.io/summary/new_code?id=kroxylicious_kroxylicious) [](https://sonarcloud.io/summary/new_code?id=kroxylicious_kroxylicious)
## License
This code base is available under the [Apache License, version 2](LICENSE).
## Developer Guide
See the [Developer Guide](DEV_GUIDE.md).
## Releasing this project
See the [Release Guide](RELEASING.md)
## Performance Testing
See the [Performance Guide](PERFORMANCE.md) for information on running basic performance tests for this proxy.
## Kroxylicious Samples
See [kroxylicious-sample](kroxylicious-sample) to learn more about sample filters. Try them out and customise them for a hands-on introduction to custom filters in Kroxylicious.
## Contributing
We welcome contributions! Please see our [contributing guidelines](https://github.com/kroxylicious/.github/blob/main/CONTRIBUTING.md) to get started.