Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Kafka Stream Operator is responsible for processing messages from one topic and publishing them to another.

Image Removed

Processing includes filtering messages and transforming the contents.

Image Added

FeaturesProcessing includes:

  • filtering out messages
  • transforming the message into a normalized schema
  • anonymizing fields that contains sensitive information.

...

  • separate instances of this service can be deployed for different use cases.


  • Horizontally scalable 
  • Deployable to Kubernetes via HelmChart/FluxCD
  • Small CPU/Memory footprint


Technology Stack: Go, Kafka, Docker, Kubernetes, Prometheus Metrics.


Credential Manager

The credential management microservice allows us to store and retrieve credentials in a secure manner. This service supplies a REST interface for performing basic CRUD operations and a notification service for relaying credential changes and upcoming expiration.

...