Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a PartitioningInterceptor as public class to avoid reflection during instanceof #1387

Closed
artembilan opened this issue Jun 8, 2018 · 0 comments
Assignees

Comments

@artembilan
Copy link
Member

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

@artembilan artembilan self-assigned this Jun 8, 2018
artembilan added a commit that referenced this issue Jun 8, 2018
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant