You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use split() to split a stream into multiple streams. All payloads containing "NASA" as a customer should be in a seperate stream. Each stream should be mapped to a different topic.
Create a class that implements ValueTransformerWithKey to filter out messages that does not match sateliteData. In order to do this we need to produce a message without a header.
About
Repo brukt i forbindelse med kakfa workshop Oslo 2023