GH-1773 - Add support for Couchbase - #1780
Open
Fezlight wants to merge 6 commits into
Open
Conversation
Fezlight
commented
Jul 26, 2026
Fezlight
marked this pull request as ready for review
July 26, 2026 01:58
Signed-off-by: FezLight <alex_se@hotmail.fr>
Signed-off-by: FezLight <alex_se@hotmail.fr>
Signed-off-by: FezLight <alex_se@hotmail.fr>
Signed-off-by: FezLight <alex_se@hotmail.fr>
…level Signed-off-by: FezLight <alex_se@hotmail.fr>
Signed-off-by: FezLight <alex_se@hotmail.fr>
Fezlight
force-pushed
the
feat/GH-1773_add_couchbase_support
branch
2 times, most recently
from
August 26, 2026 17:15
0d5082f to
f17185d
Compare
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
A new events module created spring-modulith-events-couchbase. This module aim to support Couchbase database in a similar way as MongoDB module and also support Transactional.
Couchbase need collections and indexes to be manually created like JDBC-base implementation, so i added some information in appendix.
Fixes #1773
Next
I think a next way can be to auto-configure collections and indexes programmatically using Couchbase SDK like JDBC-based implementation "spring.modulith.events.jdbc.schema-initialization.enabled"
Known issue
There is an issue with the "bootstrapsApplication" test in couchbase epr module with transation propagation level REQUIRE_NEW not being supported for now (See in Scenario). I don't know if Spring modulith use this transaction propagation level somewhere else in the main module ?
I will post an issue on spring-data-couchbase to discuss about this (here) . I think it's planned but not already released
