-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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>