Croway opened a new pull request, #179:
URL: https://github.com/apache/camel-spring-boot-examples/pull/179

   ## Summary
   - **arangodb**: Add explicit `host=localhost` and `port=8529` config 
(required since ArangoDB driver 7.24+) and use `BaseDocument.class` instead of 
`String.class` for `FIND_DOCUMENT_BY_KEY` result type (Jackson 2.21 no longer 
coerces JSON objects to String)
   - **kafka-offsetrepository**: Add `recordMetadata=true` to Kafka producer 
endpoint (default changed from `true` to `false`)
   
   ## Test plan
   - [x] Start ArangoDB via `camel infra run arangodb`, run example, verify 
document is saved and retrieved
   - [x] Start Kafka via `camel infra run kafka`, run example, verify producer 
logs partition metadata


-- 
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