DEEPAK GUNASEKARAN

Results 7 comments of DEEPAK GUNASEKARAN

@ilayaperumalg @chrisjs Should I combine this with GH-4294 ? May if there are other changes related to deployer / task / scheduler properties should I combine into one PR ?

Hi @garyrussell , Shall i work on this item ?

@artembilan I have couple of questions. 1. Should i replace singleUse boolean with two boolean flags? Like replace singleUse in AbstractConnectionFactory with two booleans mentioned above ? 2. If so...

Thanks @garyrussell . Just to make sure I understand correctly. Instead of calling "this.clientConnectionFactory.getConnection() " from adapters, now we should extract the ip_connectionId from message and call this.clientConnectionFactory.getConnection(connectionId). If the...

Thanks @garyrussell . I will work on it.