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.
4143
+
When applied to a stream group, streams with this action will be deferred if
4144
+
another stream in the same group is currently active.
4145
+
This is useful for APIs that don't allow concurrent access to the same
4146
+
endpoint or session. Only applies to ConcurrentDeclarativeSource.
4147
+
type: object
4148
+
required:
4149
+
- type
4150
+
properties:
4151
+
type:
4152
+
type: string
4153
+
enum: [BlockSimultaneousSyncsAction]
4154
4154
SubstreamPartitionRouter:
4155
4155
title: Substream Partition Router
4156
4156
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