We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Move to less verbose constant names (values must stay the same).
MESSAGE_KEY -> KEY PARTITION_ID -> PARTITION
MESSAGE_KEY
KEY
PARTITION_ID
PARTITION
(and RECEIVED_* versions of those).
RECEIVED_*
Deprecate the old ones and remove in 3.0.
The text was updated successfully, but these errors were encountered:
spring-projectsGH-2260: Reduce Header Constant Verbosity
5f11dc0
Resolves spring-projects#2260 **cherry-pick to main, removing 4 deprecated constants**
GH-2260: Reduce Header Constant Verbosity
80243ed
Resolves #2260 **cherry-pick to main, removing 4 deprecated constants**
df4e0aa
No branches or pull requests
Move to less verbose constant names (values must stay the same).
MESSAGE_KEY
->KEY
PARTITION_ID
->PARTITION
(and
RECEIVED_*
versions of those).Deprecate the old ones and remove in 3.0.
The text was updated successfully, but these errors were encountered: