essobedo opened a new pull request #80:
URL: https://github.com/apache/camel-examples/pull/80


   ## Motivation
   
   The set of test components `camel-test-infra` allow to simplify a lot the 
integration tests and should be used instead of testcontainers directly.
   
   ## Modifications
   
   * Replace the testcontainers dependencies with the `camel-test-infra` 
counterparts
   * Replace the property `cassandra.host` with `cassandra.node` to avoid 
conflict with the system property added by `CassandraLocalContainerService`
   * Configure `PGSimpleDataSource` in `createCamelContext()` instead of 
`ApplyChangesToPgSQLRouteBuilder#configure()` as it is more appropriate since 
`configure()` is meant to be used to build routes in debezium
   * Replace placeholders of type `{{kafka.host}}:{{kafka.port}}` with 
`{{kafka.brokers}}` to ease the configuration
   * Rely on the system properties added by `PulsarService` instead of the 
generated file `custom.properties` in spring-pulsar


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to