Class ProtobufConsumeOptions

java.lang.Object
io.deephaven.kafka.protobuf.ProtobufConsumeOptions

@Immutable public abstract class ProtobufConsumeOptions extends Object
The kafka protobuf options. This will get the protobuf descriptor according to the descriptorProvider() and create message parsing functions according to ProtobufDescriptorParser.parse(Descriptor, ProtobufDescriptorParserOptions).
See Also: