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 SchemaRegistry with RestProxy API #1372

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Add SchemaRegistry with RestProxy API #1372

merged 2 commits into from
Jan 17, 2025

Conversation

obaydullahmhs
Copy link
Member

No description provided.

Copy link
Contributor

@raihankhan raihankhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@@ -70,6 +70,18 @@ type RestProxySpec struct {
// +optional
PodTemplate ofst.PodTemplateSpec `json:"podTemplate,omitempty"`

// EnableSchemaRegistry indicates whether the REST Proxy should connect to a Schema Registry.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type SchemaRegistryRef struct {
    // Name and namespace of appbinding of SchemaRegistry
    // +optional
    *kmapi.ObjectReference `json:",omitempty"`

    // +optional
    InternallyManaged bool `json:"externallyManaged,omitempty"`
}

@raihankhan raihankhan added the automerge Kodiak will auto merge PRs that have this label label Jan 17, 2025
@kodiak-appscode kodiak-appscode bot merged commit a790052 into master Jan 17, 2025
11 checks passed
@kodiak-appscode kodiak-appscode bot deleted the kf-rest branch January 17, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak will auto merge PRs that have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants