Dengpan Yin created SAMZA-2191:
----------------------------------
Summary: Support batching for remote tables.
Key: SAMZA-2191
URL: https://issues.apache.org/jira/browse/SAMZA-2191
Project: Samza
Issue Type: Bug
Components: container
Reporter: Dengpan Yin
When sending massive query/update operations to the remote stores via the table
API, the quota allocated to the store can be easily exceeded. Support batching
from the table API layer can mitigate this problem.
For instance, since some data stores support batch operations, the table API
can buffer a configuration number or time window of operations and send to the
data store using the provided batch API when the batch window is closed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)