wombatu-kun commented on code in PR #10970:
URL: https://github.com/apache/hudi/pull/10970#discussion_r1558519043
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/client/http/HoodieWriteCommitHttpCallbackClient.java:
##########
@@ -43,36 +48,42 @@ public class HoodieWriteCommitHttpCallbackClient implements
Closeable {
private static final Logger LOG =
LoggerFactory.getLogger(HoodieWriteCommitHttpCallbackClient.class);
public static final String HEADER_KEY_API_KEY = "HUDI-CALLBACK-KEY";
+ public static final String HEADERS_DELIMITER = ";";
+ public static final String HEADERS_KV_DELIMITER = ":";
Review Comment:
done
--
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]