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
Action that prevents streams in the same group from being read concurrently.
4164
+
When applied to a stream group, streams with this action will be deferred if
4165
+
another stream in the same group is currently active.
4166
+
This is useful for APIs that don't allow concurrent access to the same
4167
+
endpoint or session. Only applies to ConcurrentDeclarativeSource.
4168
+
type: object
4169
+
required:
4170
+
- type
4171
+
properties:
4172
+
type:
4173
+
type: string
4174
+
enum: [BlockSimultaneousSyncsAction]
4175
4175
SubstreamPartitionRouter:
4176
4176
title: Substream Partition Router
4177
4177
description: Partition router that is used to retrieve records that have been partitioned according to records from the specified parent streams. An example of a parent stream is automobile brands and the substream would be the various car models associated with each branch.
0 commit comments