vineetsaurabh commented on code in PR #18212: URL: https://github.com/apache/camel/pull/18212#discussion_r2115280955
########## components/camel-nats/src/main/java/org/apache/camel/component/nats/NatsConfiguration.java: ########## @@ -90,6 +90,12 @@ public class NatsConfiguration { private boolean traceConnection; @UriParam(label = "advanced") private HeaderFilterStrategy headerFilterStrategy = new DefaultHeaderFilterStrategy(); + @UriParam(label = "advanced", defaultValue = "true") + private boolean jetstreamEnabled = true; + @UriParam(label = "advanced", defaultValue = "default-stream") + private String jetstreamName = "default-stream"; Review Comment: It is not the default name. Rather than leaving it blank, I used a default name. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org