ly923976094 opened a new issue #3486: Who knows what it means to consume kafka 
data in real time in table config
URL: https://github.com/apache/incubator-pinot/issues/3486
 
 
   replicasPerPartition(The documentation provided is not quite clear, is it 
how many consumers (server) consumption kafka partition means) 
,stream.kafka.consumer.prop.auto.offset.reset and  
realtime.segment.flush.threshold.size
   
   {
       "tableName":"test",
       "segmentsConfig":{
           "retentionTimeUnit":"DAYS",
           "retentionTimeValue":"3",
           "segmentPushFrequency":"daily",
           "segmentPushType":"APPEND",
           "replication":"2",
           "schemaName":"test",
           "timeColumnName":"timestamp",
           "timeType":"MILLISECONDS",
           "segmentAssignmentStrategy":"BalanceNumSegmentAssignmentStrategy",
           "replicasPerPartition":"2"
       },
       "tableIndexConfig":{
           "loadMode":"HEAP",
           "lazyLoad":"false",
           "streamConfigs":{
               "streamType":"kafka",
               "stream.kafka.consumer.type":"simple",
               "stream.kafka.topic.name":"pinot_test",
               
"stream.kafka.decoder.class.name":"com.linkedin.pinot.core.realtime.impl.kafka.KafkaJSONMessageDecoder",
               "stream.kafka.broker.list":"localhost:9092",
               "realtime.segment.flush.threshold.time":"3600000",
               "realtime.segment.flush.threshold.size":"100",
               "stream.kafka.consumer.prop.auto.offset.reset":"smallest"
           }
       },
       "tableType":"REALTIME",
       "tenants":{
           "broker":"brokerTest",
           "server":"serverTest"
       },
       "metadata":{
   
       }
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to