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

feat: added support for schemaSettings on topic #8

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

Kerwood
Copy link
Collaborator

@Kerwood Kerwood commented Mar 15, 2023

Added support for referencing a PubSub Schema by name on a topic.
Support is only added for kind PubSubSchema in same namespace.

topics:
  # Below is an example of a topic using a schema.
  # Create a schema and reference the name of it.
  topicShortName:
    name: my-topic-name
    schemaNameRef: my-schema-name

@Kerwood Kerwood merged commit dcba0ab into main Mar 15, 2023
@Kerwood Kerwood deleted the feature/refernce-topic-from-schema branch March 16, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant