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

RocketMQSourceFunction doesn't have the ability to dynamically sense topic routing changes. #97

Open
humkum opened this issue Aug 10, 2023 · 3 comments

Comments

@humkum
Copy link
Contributor

humkum commented Aug 10, 2023

RocketMQSourceFunction doesn't have the ability to dynamically sense topic routing changes, if topic route info changes, it would throw RuntimeException without resolving that:
image

@lizhimins
Copy link
Member

lizhimins commented Sep 11, 2023

可以看下新版本的实现,默认是一致性哈希。legacy 中的实现是通过 runtime exception 触发 fo,这个不是很优雅

@humkum
Copy link
Contributor Author

humkum commented Sep 11, 2023

可以看下新版本的实现,默认是一致性哈希。legacy 中的实现是通过 runtime exception 触发 fo,这个不是很优雅

是的,flink jar 中会使用 legacy,这个有考虑支持下么?

@humkum
Copy link
Contributor Author

humkum commented Mar 12, 2024

This issue could be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants