You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method "/inlong/manager/openapi/dataproxy/getConfig" uses the pull mode to obtain full configuration information from the Manager, but saves the configuration information in incremental mode instead of replacement mode[1][2], so that the deleted configuration is still used.
What happened
The method "/inlong/manager/openapi/dataproxy/getConfig" uses the pull mode to obtain full configuration information from the Manager, but saves the configuration information in incremental mode instead of replacement mode[1][2], so that the deleted configuration is still used.
https://github.com/apache/inlong/blob/master/inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/ConfigManager.java#L331
https://github.com/apache/inlong/blob/master/inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/ConfigManager.java#L138
What you expected to happen
replace, not append
How to reproduce
The topic b not be reomved
Environment
Linux
InLong version
master
InLong Component
InLong DataProxy
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: