[ https://issues.apache.org/jira/browse/BEAM-3312?focusedWorklogId=220750&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220750 ]
ASF GitHub Bot logged work on BEAM-3312: ---------------------------------------- Author: ASF GitHub Bot Created on: 29/Mar/19 21:20 Start Date: 29/Mar/19 21:20 Worklog Time Spent: 10m Work Description: iemejia commented on issue #8167: [BEAM-3312] Improve the builder to MqttIO connection URL: https://github.com/apache/beam/pull/8167#issuecomment-478148995 Run Java PreCommit ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 220750) Time Spent: 0.5h (was: 20m) > Add convenient "with" to MqttIO.ConnectionConfiguration > ------------------------------------------------------- > > Key: BEAM-3312 > URL: https://issues.apache.org/jira/browse/BEAM-3312 > Project: Beam > Issue Type: Improvement > Components: io-java-mqtt > Reporter: Jean-Baptiste Onofré > Assignee: LI Guobao > Priority: Major > Labels: triaged > Time Spent: 0.5h > Remaining Estimate: 0h > > Now, for instance, {{MqttIO}} requires a {{ConnectionConfiguration}} object > to pass the URL and topic name. It means, the user has to do something like: > {code} > MqttIO.read() > .withConnectionConfiguration(MqttIO.ConnectionConfiguration.create("tcp://localhost:1883", > "CAR")) > {code} > It's pretty verbose and long. I think it makes sense to provide convenient > "direct" method allowing to do: > {code} > MqttIO.read().withUrl().withTopic() > {code} > or even: > {code} > MqttIO.read().withConnection("url", "topic") > {code} > The same apply for some other IOs (JMS, ...). -- This message was sent by Atlassian JIRA (v7.6.3#76005)