K8s Service Binding for Kafka
See original GitHub issueSupport setting up Kafka via the new Service Binding setup
type
should bekafka
provider
could be anything
What keys are required/supported?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22 (19 by maintainers)
Top Results From Across the Web
Using Managed Kafka with Kubernetes Service bindings
Managing secrets in a way that is both scalable and secure can often be tedious for a developer. In this video, we discuss...
Read more >Connect to services on Kubernetes easily with kube-service ...
Many applications need a database or other backing service. kube-service-bindings and the Service Binding Operator make binding much easier.
Read more >Why Should You Support Service Binding Specification for ...
Service Binding Specification for Kubernetes standardizes exposing backing service secrets to ... and stream processing systems (such as Kafka).
Read more >Apache Kafka Binding Example - Knative
KafkaBinding is responsible for injecting Kafka bootstrap connection information into a Kubernetes resource that embed a PodSpec (as spec.template.spec ). This ...
Read more >kube-service-bindings - npm
helper for consuming kubernetes service bindings. ... if the deployment has been bound to a kafka instance through // service bindings.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If it is an option, I’d like to get it in
quarkus-kafka-client
or a dedicated extension rather than in the smallrye-reactive-messaging because that would require to bring the reactive messaging deps into the mix i.e. to use the service binding in camel-quarkus appsI spoke with @wtrocki and due to the time constraints of this, I’ll provide the initial PR myself.