Skip to content

Added missing publish option ordering_key #152

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

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Added missing publish option ordering_key #152

merged 1 commit into from
Sep 27, 2023

Conversation

sbreatnach
Copy link
Contributor

Motivation

The ordering_key was not available to set when publishing messages. This is a pre-requisite for using a Key_Shared subscription, which we plan to use in our Python codebase.

Modifications

The missing option has been added, closely matching how partition_key is set. Also added a test to cover new functionality.

The `ordering_key` was not available to set when publishing
messages. This has been added, aping how partition_key is set.
Added test to cover new functionality.
@shibd shibd merged commit 9047170 into apache:main Sep 27, 2023
@sbreatnach sbreatnach deleted the sb/ordering-key-addition branch October 2, 2023 09:51
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.

3 participants