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

DATAGO-88859: add headerTypeCompatibility & payloadTypeCompatibility producer bindng options #350

Conversation

Nephery
Copy link
Collaborator

@Nephery Nephery commented Jan 17, 2025

  • add headerTypeCompatibility & payloadTypeCompatibility producer binding options
  • Convert headerExclusions in the producer side from a List<String> to Set<String> before handing it off to the message converter.
    • This config option should have originally been a Set<String> to begin with since values were unique and to optimize lookup time...
    • Added a TODO to later do the same for the consumer side.

@Nephery Nephery marked this pull request as ready for review January 17, 2025 22:28
return headerExclusions;
}

public void setHeaderExclusions(Set<String> headerExclusions) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need a setters here ? I think it is not needed.

@Nephery Nephery merged commit 86c3db8 into SolaceProducts:master Jan 22, 2025
2 checks passed
@Nephery Nephery deleted the DATAGO-88859/add-msg-type-compatibility branch January 22, 2025 19:18
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.

2 participants