dxichen commented on a change in pull request #1429:
URL: https://github.com/apache/samza/pull/1429#discussion_r540381478
##########
File path: samza-api/src/main/java/org/apache/samza/storage/StorageEngine.java
##########
@@ -38,6 +42,11 @@
*/
public interface StorageEngine {
+ /**
+ * Initiate storage engine
+ */
+ void init(ContainerContext containerContext, JobContext jobContext,
ExternalContext externalContext);
Review comment:
changed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]