dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-158] nextWithAuthInfo2B status should be managed independently according to Broker #158

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

In class BaseMessageConsumer.java , the nextWithAuthInfo2B parameter is set globally, but its purpose is to record whether the contacted Broker will perform authentication and authorization management during the next interaction. This parameter should be managed separately according to the Broker dimension:

JIRA link - [INLONG-158] created by gosonzhang