Tencent / TubeMQ

TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
https://inlong.apache.org/
2.02k stars 391 forks source link

fix bug: Broker conf's attribute 'brokerTLSPort' is not effective by … #116

Closed lizhiboo closed 4 years ago

lizhiboo commented 4 years ago

fix bug: Broker conf's attribute 'brokerTLSPort' is not effective by using webapi (#115)

lizhiboo commented 4 years ago

method buildStrInfo() uses attribute 'brokerTLSPort', and Broker Conf 'brokerTLSPort' is an attribute, so method buildStrInfo() should be placed after attributes been set.