danny0405 commented on a change in pull request #4420:
URL: https://github.com/apache/hudi/pull/4420#discussion_r773688261



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
##########
@@ -90,6 +90,12 @@
       .withDocumentation("When set to true, compaction service is triggered 
after each write. While being "
           + " simpler operationally, this adds extra latency on the write 
path.");
 
+  public static final ConfigProperty<String> SCHEDULE_ASYNC_COMPACT = 
ConfigProperty
+      .key("hoodie.compact.schedule.async")
+      .defaultValue("false")

Review comment:
       `COMPACT_SCHEDULE_ASYNC` seems  better.




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


Reply via email to