mcvsubbu commented on a change in pull request #6916:
URL: https://github.com/apache/incubator-pinot/pull/6916#discussion_r632676675
##########
File path:
compatibility-verifier/sample-test-suite/config/feature-test-2-realtime.json
##########
@@ -41,7 +41,7 @@
"sortedColumn": [],
"streamConfigs": {
"streamType": "kafka",
- "stream.kafka.topic.name": "PinotRealtimeFeatureTest1Event",
+ "stream.kafka.topic.name": "PinotRealtimeFeatureTest2Event",
Review comment:
Please add the segment completion criteria here.
`
"realtime.segment.flush.threshold.size": "63"
"realtime.segment.flush.threshold.time": "1h"
`
Since we are publishing 66 rows, it is best to complete a segment a bit
below 66, so that we always complete at least one segment each generation, and
also have some left over rows that we need to re-consume in the next generation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]