dnishimura commented on a change in pull request #1112: SAMZA-2276: Add Metdata
store putAll API
URL: https://github.com/apache/samza/pull/1112#discussion_r308783289
##########
File path:
samza-api/src/main/java/org/apache/samza/metadatastore/MetadataStore.java
##########
@@ -49,6 +49,17 @@
*/
void put(String key, byte[] value);
+ /**
+ * Updates the mapping with the specified map.
+ *
+ * @param entries mapping of key to values to write to the metadata store
+ */
+ default void putAll(Map<String, byte[]> entries) {
Review comment:
No problem, will add.
----------------------------------------------------------------
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]
With regards,
Apache Git Services