mmelko commented on a change in pull request #5556:
URL: https://github.com/apache/camel/pull/5556#discussion_r631789425
##########
File path:
components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbEndpoint.java
##########
@@ -68,6 +69,13 @@
@UriPath(description = "Sets the connection bean reference used to lookup
a client for connecting to a database.")
@Metadata(required = true)
private String connectionBean;
+
+ @UriParam
+ private String username;
+ @UriParam
Review comment:
thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]