kafka-streams-query


License

License

GroupId

GroupId

com.lightbend
ArtifactId

ArtifactId

kafka-streams-query_2.11
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

kafka-streams-query
kafka-streams-query
Project URL

Project URL

https://github.com/lightbend/kafka-streams-query
Project Organization

Project Organization

lightbend
Source Code Management

Source Code Management

https://github.com/lightbend/kafka-streams-query

Download kafka-streams-query_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.lightbend/kafka-streams-query_2.11/ -->
<dependency>
    <groupId>com.lightbend</groupId>
    <artifactId>kafka-streams-query_2.11</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend/kafka-streams-query_2.11/
implementation 'com.lightbend:kafka-streams-query_2.11:0.1.1'
// https://jarcasting.com/artifacts/com.lightbend/kafka-streams-query_2.11/
implementation ("com.lightbend:kafka-streams-query_2.11:0.1.1")
'com.lightbend:kafka-streams-query_2.11:jar:0.1.1'
<dependency org="com.lightbend" name="kafka-streams-query_2.11" rev="0.1.1">
  <artifact name="kafka-streams-query_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend', module='kafka-streams-query_2.11', version='0.1.1')
)
libraryDependencies += "com.lightbend" % "kafka-streams-query_2.11" % "0.1.1"
[com.lightbend/kafka-streams-query_2.11 "0.1.1"]

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.11
org.apache.kafka : kafka-streams jar 1.0.0
com.typesafe.scala-logging : scala-logging_2.11 jar 3.5.0
io.circe : circe-core_2.11 jar 0.8.0
io.circe : circe-generic_2.11 jar 0.8.0
io.circe : circe-parser_2.11 jar 0.8.0
com.typesafe.akka : akka-http_2.11 jar 10.0.11
com.typesafe.akka : akka-stream_2.11 jar 2.5.3
de.heikoseeberger : akka-http-circe_2.11 jar 1.17.0
com.typesafe.akka : akka-slf4j_2.11 jar 2.5.3
com.twitter : bijection-avro_2.11 jar 0.9.5

Project Modules

There are no modules declared in this project.

HTTP Endpoints for Interactive Queries for Kafka Streams

Build Status

Library offering http based query on top of Kafka Streams Interactive Queries. The project has 2 parts:

  1. The core library, as described here
  2. A couple of example implementations, as described here and here

Please go through the above links to learn more about the library.

NOTE: This functionality may now exist in Kafka Streams itself. Check its current capabilities before introducing this library to your projects.

com.lightbend

Lightbend

Versions

Version
0.1.1
0.1.0