wombatu-kun commented on code in PR #12592:
URL: https://github.com/apache/hudi/pull/12592#discussion_r1924600368
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -529,6 +530,12 @@ public class HoodieWriteConfig extends HoodieConfig {
.withDocumentation("Port at which the timeline server listens for
requests. When running embedded in each writer, it picks "
+ "a free port and communicates to all the executors. This should
rarely be changed.");
+ public static final ConfigProperty<Long>
CDC_FILE_GROUP_ITERATOR_MEMORY_SPILL_BYTES = ConfigProperty
Review Comment:
Sorry, you are right, i confused it with HoodieTableConfig (other CDC
configs are ther).
This position is better than among embedded timeline server configs. Thanks.
--
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]