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
In some use-case like AWS Kinesis Binder it is important do not have an SCSt partitioning logic, since the whole functionality is done on the target system. This way I would like to remove such an interceptor during Kinesis producers registration.
Will submit commit soon with a bacl-port to 2.0.x
The text was updated successfully, but these errors were encountered:
Fixes#1387
To be able to distinguish the `PartitioningInterceptor` in the
`MessageChannel` and remove it from the interceptor it would be better
to have its class as `public`
In some use-case like AWS Kinesis Binder it is important do not have
an SCSt partitioning logic, since the whole functionality is done
on the target system.
**Cherry-pick to 2.0.x**
(cherry picked from commit 8f5b63e)
In some use-case like AWS Kinesis Binder it is important do not have an SCSt partitioning logic, since the whole functionality is done on the target system. This way I would like to remove such an interceptor during Kinesis producers registration.
Will submit commit soon with a bacl-port to
2.0.x
The text was updated successfully, but these errors were encountered: