Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.11.3
-
None
-
Ubuntu 20.04
jdk 11
-
Moderate
Description
When trying to build simple route
from("debezium-mongodb:meteor")
with spring-boot properties
```
camel.component.debezium-mongodb.mongodb-hosts=localhost:3001camel.component.debezium-mongodb.mongodb-user=testcamel.component.debezium-mongodb.mongodb-password=testcamel.component.debezium-mongodb.mongodb-name=testcamel.component.debezium-mongodb.offset-storage-file-filename=/tmp/offset-file-1.datcamel.component.debezium-mongodb.database-history-file-filename=/tmp/history-file-1.dat
```
Route fails with error
```
Required field 'offsetStorageFileName' must be set since 'offsetStorage' is set to
```
Attachments
Issue Links
- is related to
-
CAMEL-18427 Camel Debezium with Postgres on Spring Boot doesn't work
- Resolved