rangareddy commented on issue #13612:
URL: https://github.com/apache/hudi/issues/13612#issuecomment-3127592097
Hi @ForinMH
The custom Callback classes will be instantiate at runtime by taking input
as HoodieWriteConfig parameter by using
**HoodieCommitCallbackFactory.create()** [2]. You can refer the following
classes for implementation.
1.
[HoodieWriteCommitHttpCallback.java](https://github.com/wangxianghu/hudi/blob/b01a062012c9d17efa5ac92637302d0a3f4aaa08/hudi-client/src/main/java/org/apache/hudi/callback/impl/HoodieWriteCommitHttpCallback.java#L40)
2.
[HoodieCommitCallbackFactory.java](https://github.com/apache/hudi/blob/7e8c7e0016464b1b404ca402633cfa2f6d737c4e/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/util/HoodieCommitCallbackFactory.java#L31C43-L31C49)
--
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]