An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Graal Kafka Client

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/janstenpickle/graal-kafka-client/Continuous%20Integration)](https://github.com/janstenpickle/graal-kafka-client/actions?query=workflow%3A%22Continuous%20Integration%22)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/janstenpickle/graal-kafka-client?label=stable)](https://github.com/janstenpickle/graal-kafka-client/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/io.janstenpickle/graal-kafka-client?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/graal-kafka-client)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](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.