-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enhance PollingDao to use a thread-per-channel #128
Comments
Also, removed unused bean dependencies in order to simplify testing
Two ways to configure: Simple, Single pipeline configuration:
Multi-pipeline configuration:
|
Fixed NPE when no polling channels configured
…rty mapping from UnifiedCdcConfigurator into PipelineConfigPropertiesProvider in order to improve testability
If you specify
|
Note: since the SQL SELECTs now contain either |
PollingDao
currently use a single thread to poll the database.Enhance
PollingDao
to use a thread-per-channel, which improves throughput while preserving ordering within a channel.The text was updated successfully, but these errors were encountered: