Skip to content

[BUGFIX] Fixes LazyPubSubMessageSerDe clobbering Metadata

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 28 Jun 22:10
· 23 commits to master since this release

The LazyPubSubMessageSerDe created a new Metadata in LazyPubSubMessageSerDe#fromMessage. This clobbered the created timestamp as well any PubSub specific metadata overrides. Now the SerDe simply modifies the input message in place.