-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
Because of this code it is not possible to send pubsub message with ordering key due to the fact that coder that is provided from input is then overridden by line 1480. This problem occurs since 2.48 version in version 2.47 everything is fine.
Doesn't matter if coder is registered explicitly
like this
.setCoder(PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder.of())
or like this
pipeline.getCoderRegistry().registerCoderForClass(PubsubMessage.class, PubsubMessageWithAttributesAndMessageIdAndOrderingKeyCoder.of());
Metadata
Metadata
Assignees
Labels
No labels