KKcorps commented on code in PR #8774:
URL: https://github.com/apache/pinot/pull/8774#discussion_r882406112


##########
pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/src/main/java/org/apache/pinot/plugin/stream/kafka20/KafkaPartitionLevelStreamConfig.java:
##########
@@ -31,13 +31,16 @@
  */
 public class KafkaPartitionLevelStreamConfig {
 
+  public static final String POPULATE_ROW_METADATA = 
"stream.kafka.populateRowMetadata";

Review Comment:
   Thanks a lot for the contribution!
   We can document it here - 
https://docs.pinot.apache.org/configuration-reference/table. Also I think you 
just need to keep the property name as `populateRowMetadata`. The prefix is 
handled by pinot and can be changed in the future.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to