GH-266 - Use event_publication collection for MongoDB event publications.
This commit is contained in:
@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
* @author Dmitry Belyaev
|
||||
* @author Björn Kieling
|
||||
*/
|
||||
@Document(collection = "org_springframework_modulith_events")
|
||||
@Document(collection = "event_publication")
|
||||
class MongoDbEventPublication {
|
||||
|
||||
final UUID id;
|
||||
|
||||
Reference in New Issue
Block a user