Class MergeTopicFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.MergeTopicFunction
All Implemented Interfaces:
Function<GenericRecord,byte[]>

public class MergeTopicFunction extends Object implements Function<GenericRecord,byte[]>
Merge various schemas data to a topic.