dockerzhang opened a new issue #1174: URL: https://github.com/apache/incubator-inlong/issues/1174
<p>This class is used by the consumer to cache and manage metadata: the heartbeat from the client to the Master will update the cached metadata; the consumption request and response will query the metadata, and clean up the abnormal partition when it is abnormal. It belongs to the type to read more and write less, need to control concurrent access.</p> <p> </p> <p>The implementation of it is not very good personally: it uses too many ConcurrentHashMap structures. If the implementation is optimized and adjusted while keeping the functions unchanged, the readability and operating efficiency of this part should be better.</p> <p> </p> <p>The difficulty of this part is average, if someone has a better approach, welcome to put forward your ideas and communicate and improve it together.</p> <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-585">[INLONG-585]</a> created by gosonzhang</i> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
