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: support multiple edfs argument templates #782

Closed

Conversation

Aenimus
Copy link
Member

@Aenimus Aenimus commented Apr 23, 2024

No description provided.

Path: []string{string(variableName)},
Renderer: renderer,
// substitute the variable templates for dummy values to check that the string is a valid NATS subject
if natsserver.IsValidSubject(variableTemplateRegex.ReplaceAllLiteralString(substitutedSubject, "a")) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we abstract it in a way that we don't get provider specific in the pubsub implementation? For Kafka, topics should be immutable.

@Aenimus
Copy link
Member Author

Aenimus commented May 31, 2024

Completed under #817

@Aenimus Aenimus closed this May 31, 2024
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.

None yet

4 participants