Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.2版本的NSQConfig使用clone有问题 #36

Open
duke88 opened this issue May 21, 2018 · 0 comments
Open

2.4.2版本的NSQConfig使用clone有问题 #36

duke88 opened this issue May 21, 2018 · 0 comments
Labels

Comments

@duke88
Copy link

duke88 commented May 21, 2018

NSQConfig使用clone后的扩展消息过滤数据存储map并没有真正clone,还是使用原来的map引用,后来查看源码内部的Map,好像并不支持clone.

private Map<ConsumePolicy, Map<String, Object>> consumePolicyMap = new ConcurrentHashMap<>();

@DoraALin DoraALin added the bug label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants