Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

solsson/kafka-keyvalue

 
 

Repository files navigation

Kafka key-value cache

Example usage

See the - name: kkv sidecar in the example yaml.

Automated docker builds are available at docker.io/solsson/kafka-keyvalue.

Constraints

  • Topic keys must be deserializable as String because these strings are used in REST URIs.

Development

Use Skaffold, for example:

eval $(minikube docker-env)
kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small?ref=v6.0.0
kubectl apply -f https://github.com/Yolean/kubernetes-kafka/raw/50345f266287861d7964d3339a2c2a28e79db2fe/variants/prometheus-operator-example/k8s-cluster-rbac.yaml
SKAFFOLD_NO_PRUNE=true skaffold dev

Logging

See Quarkus' logging configuration.

About

The sequel to https://github.com/Yolean/kafka-cache - over HTTP this time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.3%
  • HTML 3.3%
  • Dockerfile 2.1%
  • Shell 1.3%