https://github.com/janstenpickle/graal-kafka-client
Substitutions for using the Java Kafka Client with Graal Native Image
https://github.com/janstenpickle/graal-kafka-client
Last synced: 9 months ago
JSON representation
Substitutions for using the Java Kafka Client with Graal Native Image
- Host: GitHub
- URL: https://github.com/janstenpickle/graal-kafka-client
- Owner: janstenpickle
- Created: 2021-06-17T08:34:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T16:07:22.000Z (almost 2 years ago)
- Last Synced: 2025-08-15T22:47:23.914Z (10 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Graal Kafka Client
[](https://github.com/janstenpickle/graal-kafka-client/actions?query=workflow%3A%22Continuous%20Integration%22)
[](https://github.com/janstenpickle/graal-kafka-client/releases/latest)
[](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/graal-kafka-client)
[](https://scala-steward.org)
Graal Substrate VM substitutions that allow the Java Kafka Client to work with `native-image`.
## Quickstart
Add the following dependencies to your `build.sbt`, no other setup should be required.
```scala
"io.janstenpickle" % "graal-kafka-client" % "0.1.0"
```
## Contributing
This project supports the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) and aims that its channels
(mailing list, Discord, github, etc.) to be welcoming environments for everyone.