Skip to content
Stefan Bocutiu edited this page Jul 30, 2021 · 2 revisions

This is a lightweight library to register microservices with Lenses topology. It provides support for building Kafka consumer-producer, Kafka Streams, or Akka Streams services.

Usage

The topology client dependency can be pulled from Maven. You will require at least the core builder, which is used for submitting the microservice information.

<dependency>
    <groupId>io.lenses</groupId>
    <artifactId>lenses-topology-client-core</artifactId>
    <version>${topology.client.version}</version>
</dependency>

Topology

Clone this wiki locally