Object that contains message ksb.csle.common.proto.DatasourceProto.KafkaPipeReaderInfo KafkaPipeReaderInfo contains attributes as follows:
message KafkaPipeReaderInfo { required string bootStrapServers = 1; required string zooKeeperConnect = 2; required string topic = 3; // FIXME: Avoid the case that the addTimestamp is 'true' with no setting of timestampName" required bool addTimestamp = 4 [default = true]; optional string timestampName = 5; optional string watermark = 6; optional string sampleJsonPath = 7; required bool failOnDataLoss = 8 [default = false]; }
Object that contains message ksb.csle.common.proto.DatasourceProto.KafkaPipeReaderInfo KafkaPipeReaderInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.KafkaPipeReaderInfo KafkaPipeReaderInfo contains attributes as follows:
message KafkaPipeReaderInfo { required string bootStrapServers = 1; required string zooKeeperConnect = 2; required string topic = 3; // FIXME: Avoid the case that the addTimestamp is 'true' with no setting of timestampName" required bool addTimestamp = 4 [default = true]; optional string timestampName = 5; optional string watermark = 6; optional string sampleJsonPath = 7; required bool failOnDataLoss = 8 [default = false]; }
Reads data from kafka topic TODO: Define and use parameters to set watermark and timestamp column.
Reads data from kafka topic TODO: Define and use parameters to set watermark and timestamp column.
dataframe
:: ApplicationDeveloperApi ::
Reader that reads data from kafka and pipelines it to the next.