-
Notifications
You must be signed in to change notification settings - Fork 5.1k
CAMEL-19470 camel-mongodb : add option fullDocument for changeStreams consumer #10435
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
Conversation
…rol over a randomized group id if the kafka broker requires the id to be in a specified form Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…rol over a randomized group id if the kafka broker requires the id to be in a specified form Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…rol over a randomized group id if the kafka broker requires the id to be in a specified form Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…ed from the Apache CDN
Includes reverts to several work-around commits: - 07023f4: Revert "(chores) ci: bump to mvnd 1.0-m6-m40 as the older versions were removed from the Apache CDN" - b431c90: Revert "(chores) ci: fix mvnd URL" - b96b4c8: Revert "(chores) ci: fix mvnd sha256 URL" - 16297b7: Revert "(chores) ci: rollback to mvnd 0.8.2 as 1.0-m6 requires additional changes"
…eload Task Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…eload Task Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…eload Task Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: oscerd <oscerd@users.noreply.github.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
…lder after running camel jbang export command. (apache#9829)
Safe datatypes, i.e. primitives, records, Serializables (including primitive wrappers, Strings etc.) and Collections/Maps thereof. Unsafe datatypes are serialized by their toString().
…Path in Maven pom.xml
…lication.properties
…moved from JDK11 onwards.
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: davsclaus <davsclaus@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Maintainers, please note that first-time contributors require manual approval for the GitHub Actions to run. 🤖 Use the command If necessary Apache Camel Committers may access logs and test results in the job summaries! |
Description
Added fullDocument option to mongodb endpoint to attach the updated document to changeStreams event. Possible values are 'default' and 'updateLookup' in mongo version < 6.0.
Target
camel-3.x, whereas Camel 4 uses themainbranch)Tracking
Apache Camel coding standards and style
mvn -Pformat,fastinstall install && mvn -Psourcecheck