bossenti commented on issue #1530: URL: https://github.com/apache/streampipes/issues/1530#issuecomment-1530072720
Hi @shashwatik, great to hear that you are interested in contributing here 🤩 I can assign the issue to you, if you want. I think the first step for you would be to get the development environment for StreamPipes ready and get a basic understanding for StreamPipes. Here are some supporting links: - https://cwiki.apache.org/confluence/display/STREAMPIPES/Extensions - https://streampipes.apache.org/docs/docs/extend-tutorial-data-sources.html - https://streampipes.apache.org/docs/docs/extend-tutorial-data-processors.html - https://streampipes.apache.org/docs/docs/extend-tutorial-data-sinks.html Once you are ready, you can actually start to work on this issue. Like stated in the description, it is about adding some more advanced configuration settings to the MQTT adapter. Some of the listed ones are already implemented for the [MQTT sink](https://github.com/apache/streampipes/tree/dev/streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/java/org/apache/streampipes/sinks/brokers/jvm/mqtt), so you can have a look there as well. Ideally, you could event extend then the E2E tests for MQTT and include the improvements you introduce while working on this (see #1489). Hope this answers your questions, makes you ready to start and does not overwhelm you 🙂 If you are only willing to contribute a fraction of it, this helps us already a lot! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
