You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like something that we could use. In our case we get batch of change events from the gateways that we pass to ditto (through hono) using a hono message per command. A batch command for ditto means that we could send a single message per multiple commands that should optimize the hono usage (e.h. tragic, latency ..). That, in theory, could allow the ditto service to use the underlying database in more efficient way.
In #288 an alternative solution for doing multiple "modify" operations by only issuing a single DittoProtocol command was suggested:
Adding a DittoProtocol command which contains several other DittoProtocol commands (as simple Json array in its JSON form).
As this would be simpler than #288 (adding a "PATCH" command), we track it separately.
The text was updated successfully, but these errors were encountered: