Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we happy-hack a sidecar concept? #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Dec 19, 2018

Docker Compose aside ...

Maybe Knative will beat us to the Kafka sidecar pattern :) but development today with countless restarts of a service that needed to warm up a kafka connection only for simple table-topic lookups got me thinking about the advantages with a kafka-cache sidecar.

Also integration testing required kafka while all I'd actually want was to pre-load some key-value pairs. Maybe something like https://www.npmjs.com/package/jsondown could provide that. The sidecar pattern would make kafka-cache and a stub interchangeable at runtime.

While I was in this mood I also had crazy ideas about using annotations to declare what topics and/or types to produce and/or consume, as solution to Yolean/kubernetes-kafka#101. Maybe CloudEvents will beat us to that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant