Fix arangodb and kafka-offsetrepository examples#179
Merged
Croway merged 1 commit intoapache:mainfrom Apr 13, 2026
Merged
Conversation
- arangodb: add explicit host/port config required since driver 7.24+ and use BaseDocument instead of String for FIND_DOCUMENT_BY_KEY result - kafka-offsetrepository: add recordMetadata=true since default changed
oscerd
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
host=localhostandport=8529config (required since ArangoDB driver 7.24+) and useBaseDocument.classinstead ofString.classforFIND_DOCUMENT_BY_KEYresult type (Jackson 2.21 no longer coerces JSON objects to String)recordMetadata=trueto Kafka producer endpoint (default changed fromtruetofalse)Test plan
camel infra run arangodb, run example, verify document is saved and retrievedcamel infra run kafka, run example, verify producer logs partition metadata