-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto gen step 2: generated connectors structure and dependencies. #102
Conversation
This is looking great. I think we could add What do you think @valdar ? |
I don't fully get what you mean @orpiske :/ |
No worries. My comment was not very clear. I was thinking about some connector specific configuration that we had. For example, I was thinking of this setting we used to set the JMS destination address. I was just wondering/suggesting if it would OK to have those on the CamelSinkConnectorConfig.java. |
It should be already there https://github.com/apache/camel-kafka-connector/blob/master/connectors/camel-sjms2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/sjms2/CamelSjms2SinkConnectorConfig.java#L152 or am I musunderstanding you again? :'( @orpiske |
You are correct. I did have a failure here because that was missing, but I guess it was some problem on my end. |
…fka-connector-generator-maven-plugin, see apache#15
No description provided.