tspannhw / azkarra-streams

Azkarra is a lightweight java framework which makes easy to create production-ready Kafka Streams applications.

Home Page:https://streamthoughts.github.io/azkarra-streams/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License CircleCI

Logo of Azkarra Streams

Azkarra Streams is a lightweight Java framework which makes easy to develop and operate Kafka Streams applications (Azkarra is Basque words for "Fast")

Kafka Streams is a client library for building applications and microservices, where the input and output data are stored in Kafka clusters. It combines the simplicity of writing and deploying standard Java and Scala applications on the client side with the benefits of Kafka's server-side cluster technology (source: Apache documentation).

Features

  • Create stand-alone Kafka Streams applications.
  • Easy externalization of Topology and Kafka Streams configurations (using Typesafe Config).
  • Embedded http server (Undertow).
  • Embedded WebUI for topologies visualization.
  • Provide production-ready features such as metrics, health checks, dead-letter-queues.
  • Encryption and Authentication with SSL or Basic Auth.

Documentation

If you want to read more about using Azkarra Streams, the documentation can be found on GitHub Page

Contributions

Any feedback, bug reports and PRs are greatly appreciated!

Licence

Copyright 2019 StreamThoughts.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License

About

Azkarra is a lightweight java framework which makes easy to create production-ready Kafka Streams applications.

https://streamthoughts.github.io/azkarra-streams/

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.3%