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

Add detectBindingResources to service binding config #25341

Merged
merged 1 commit into from
May 4, 2022

Conversation

ozangunalp
Copy link
Contributor

@ozangunalp ozangunalp commented May 3, 2022

A quick resume of ServiceBinding through Quarkus
Quarkus generates ServiceBinding resources through dekorate and currently supports the binding.operators.coreos.com/v1alpha1 API (in opposition to operators.coreos.com/v1beta1 written in https://dekorate.io/docs/service-binding).

Service Binding spec is released on version servicebinding.io/v1beta1, which changes significantly the ServiceBinding API (ex. workload replaces application).

The Service Binding Operator implements both binding.operators.coreos.com/v1alpha1 and servicebinding.io/v1alpha3.

This change
detectBindingResources: true is needed on the ServiceBinding resource with service described with kind: KafkaConnection instead of resource: kafkaconnections. Same applies to service registry.

Added documentation on Kafka guide for using RHOAS with Quarkus generated service binding.

@geoand geoand merged commit d6ae5f4 into quarkusio:main May 4, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants