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
p. The river is automatically bulking queue messages if the queue is overloaded, allowing for faster catchup with the messages streamed into the queue.
45
+
p. The river is automatically bulking queue messages if the queue is overloaded, allowing for faster catchup with the messages streamed into the queue. The `ordered` flag allows to make sure that the messages will be indexed in the same order as they arrive in the query by blocking on the bulk request before picking up the next data to be indexed. It can also be used as a simple way to throttle indexing.
41
46
42
47
p. The rabbitmq river is provided as a plugin and can be installed using @plugin -install river-rabbitmq@.
0 commit comments