All Projects → akka → Alpakka Kafka

akka / Alpakka Kafka

Licence: other
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Programming Languages

java
68154 projects - #9 most used programming language
scala
5932 projects

Projects that are alternatives of or similar to Alpakka Kafka

akka-cookbook
提供清晰、实用的Akka应用指导
Stars: ✭ 30 (-97.68%)
Mutual labels:  reactive, akka, reactive-streams, akka-streams
Kmq
Kafka-based message queue
Stars: ✭ 239 (-81.54%)
Mutual labels:  reactive-streams, kafka, akka
Toketi Iothubreact
Akka Stream library for Azure IoT Hub
Stars: ✭ 36 (-97.22%)
Mutual labels:  reactive-streams, akka-streams, akka
Squbs
Akka Streams & Akka HTTP for Large-Scale Production Deployments
Stars: ✭ 1,365 (+5.41%)
Mutual labels:  reactive, akka-streams, akka
Pulsar4s
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
Stars: ✭ 172 (-86.72%)
Mutual labels:  reactive, reactive-streams, akka-streams
Es Cqrs Shopping Cart
A resilient and scalable shopping cart system designed using Event Sourcing (ES) and Command Query Responsibility Segregation (CQRS)
Stars: ✭ 19 (-98.53%)
Mutual labels:  akka-streams, kafka, akka
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (-10.89%)
Mutual labels:  reactive, reactive-streams, akka
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (-98.46%)
Mutual labels:  reactive, akka, akka-streams
alpakka-samples
Example projects building Reactive Integrations using Alpakka
Stars: ✭ 61 (-95.29%)
Mutual labels:  akka, reactive-streams, akka-streams
Akka Grpc
Akka gRPC
Stars: ✭ 361 (-72.12%)
Mutual labels:  reactive, reactive-streams, akka
Clickhouse Scala Client
Clickhouse Scala Client with Reactive Streams support
Stars: ✭ 84 (-93.51%)
Mutual labels:  reactive, reactive-streams, akka
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-96.91%)
Mutual labels:  reactive, reactive-streams
Akka.streams.kafka
Kafka Akka.Streams connectors - part of the Alpakka project
Stars: ✭ 42 (-96.76%)
Mutual labels:  akka-streams, kafka
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (-98.46%)
Mutual labels:  reactive, akka
Rafka
Kafka proxy with a simple API, speaking the Redis protocol
Stars: ✭ 49 (-96.22%)
Mutual labels:  kafka, kafka-client
Ruby Kafka
A Ruby client library for Apache Kafka
Stars: ✭ 1,039 (-19.77%)
Mutual labels:  kafka, kafka-client
Phantom
Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
Stars: ✭ 1,049 (-19%)
Mutual labels:  reactive, reactive-streams
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+712.82%)
Mutual labels:  kafka, akka
Sarama
Sarama is a Go library for Apache Kafka 0.8, and up.
Stars: ✭ 7,964 (+514.98%)
Mutual labels:  kafka, kafka-client
Model Serving Tutorial
Code and presentation for Strata Model Serving tutorial
Stars: ✭ 57 (-95.6%)
Mutual labels:  akka-streams, kafka

Alpakka Kafka Connector scaladex-badge maven-central-badge gh-actions-badge gitter-badge

Systems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.

The Alpakka project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of Akka Streams, and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a Reactive Streams and JDK 9+ java.util.concurrent.Flow-compliant implementation and therefore fully interoperable with other implementations.

This repository contains the sources for the Alpakka Kafka connector. Which lets you connect Apache Kafka to Akka Streams. It was formerly known as Akka Streams Kafka and even Reactive Kafka.

Akka Stream connectors to other technologies are listed in the Alpakka repository.

Documentation

To keep up with the latest Alpakka releases check out Alpakka releases and Alpakka Kafka connector releases.

Community

You can join these groups and chats to discuss and ask Akka and Alpakka related questions:

  • Forums: discuss.lightbend.com
  • Chat room about Akka and Alpakka: gitter: akka/akka
  • Chat room about Alpakka Kafka connector: gitter: akka/alpakka-kafka
  • Issue tracker: github: akka/alpakka-kafka

In addition to that, you may enjoy following:

The Kafka connector was originally created as Reactive Kafka by SoftwareMill logo.

Contributing

Lightbend is committed to Alpakka and has an Alpakka team working on it.

Contributions are very welcome! The Alpakka team appreciates community contributions by both those new to Alpakka and those more experienced. Alpakka depends on the community to to keep up with the ever-growing number of technologies with which to integrate. Please step up and share the successful Akka Stream integrations you implement with the Alpakka community.

If you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request.

You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

Caveat Emptor

Alpakka components are not always binary compatible between releases. API changes that are not backward compatible might be introduced as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation.

Support for the Alpakka Kafka connector is available via Lightbend subscription.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].