Kafka Sidecar
As part of light-mesh offering, the Kafka Sidecar is an infrastructure component to help businesses to build services interacting with enterprise Kafka clusters. In this tutorial, I will outline the major steps to get the sidecar and backend API up and running with a local Confluent and up to production deployed to a Kubernetes cluster.
- Local development with Confluent local
- Local binary demo with externalized configuration
- Reactive Consumer Producer backend reference implementation to receive a batch of records, transform the key with a field in the value and produce the new key/value to another topic.
- Kafka Streams with DSL or Processor API and deploy it with the Kafka-sidecar.