public static interface SourceProto.KafkaSourceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBootstrapServers()
- bootstrapServers: [comma delimited value of host[:port]]
|
com.google.protobuf.ByteString |
getBootstrapServersBytes()
- bootstrapServers: [comma delimited value of host[:port]]
|
String |
getTopic()
- topics: [Kafka topic name.
|
com.google.protobuf.ByteString |
getTopicBytes()
- topics: [Kafka topic name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBootstrapServers()
- bootstrapServers: [comma delimited value of host[:port]]
string bootstrap_servers = 1;com.google.protobuf.ByteString getBootstrapServersBytes()
- bootstrapServers: [comma delimited value of host[:port]]
string bootstrap_servers = 1;String getTopic()
- topics: [Kafka topic name. This value is provisioned by core and should not be set by the user.]
string topic = 2;com.google.protobuf.ByteString getTopicBytes()
- topics: [Kafka topic name. This value is provisioned by core and should not be set by the user.]
string topic = 2;Copyright © 2020 Gojek. All rights reserved.