We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eventuate-tram-examples-customers-and-orders/docker-compose-mssql-polling.yml
Line 114 in 73ccd4a
e.g. Doesn't the CDC have sensible defaults for polling?
SPRING_DATASOURCE_TEST_ON_BORROW: "true" SPRING_DATASOURCE_VALIDATION_QUERY: SELECT 1 EVENTUATELOCAL_KAFKA_BOOTSTRAP_SERVERS: kafka:29092 EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING: zookeeper:2181 EVENTUATELOCAL_CDC_POLLING_INTERVAL_IN_MILLISECONDS: 500 EVENTUATELOCAL_CDC_MAX_EVENTS_PER_POLLING: 1000 EVENTUATELOCAL_CDC_MAX_ATTEMPTS_FOR_POLLING: 100 EVENTUATELOCAL_CDC_POLLING_RETRY_INTERVAL_IN_MILLISECONDS: 500
The text was updated successfully, but these errors were encountered:
eventuate-tram#62: removed redundant env variables.
f6caa7c
Merge pull request #63 from dartartem/development
4d297ab
#62: removed redundant env variables.
dartartem
No branches or pull requests
eventuate-tram-examples-customers-and-orders/docker-compose-mssql-polling.yml
Line 114 in 73ccd4a
e.g. Doesn't the CDC have sensible defaults for polling?
The text was updated successfully, but these errors were encountered: