gunnarmorling / kproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kproxy

kproxy is an exploration for building a Kafka protocol proxy, addressing use cases such as multi-tenancy, schema validation, or encryption.

Build

Java, version 11 or newer, and Apache Maven are required for building this project. Build the project like this:

$ mvn clean verify

Optionally, skip long-running system tests like this:

$ mvn clean verify -DexcludedGroups="system-test"

License

This code base is available under the Apache License, version 2.

About

License:Apache License 2.0


Languages

Language:Java 100.0%