-
Notifications
You must be signed in to change notification settings - Fork 228
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
new python sdk #864
new python sdk #864
Conversation
LGTM. This is a feature the community has been looking forward to, good job :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rocketmq 5.0 的 python client 只更新到 0.1版本,能在生产环境使用吗,靠不靠谱 @lollipopjin @zhouli11 |
0.1这个版本不要用了,后面会删除掉,5.0.1是第一个可以用的正式版本 |
好的,请问python 的GRPC客户端会提供 类似java的全量功能吗 |
目前还没全部对齐,主要是不支持pushconsumer,其他主要功能普通、定时、事务消息是都支持,顺序消费也支持,我们会继续完善python的功能,这个后续肯定会继续迭代和维护的 |
RocketMQ 5.0 的监控报警功能,在消费者 在线/掉线 都会进行消息堆积的数据收集以及报警吗,比较关注监控报警功能,还有消息延迟时间的报警 |
python 5.0.1 |
该版本即使是同步发送也会用到事件循环,导致与 fastapi 这种异步框架使用时,会发生 attached to a different loop 错误。 这个有解决办法吗? |
我先看下这个问题,确认后看看怎么解决
…--
发自我的网易邮箱手机智能版
在 2024-12-31 17:44:15,llleixx ***@***.***> 写道:
该版本即使是同步发送也会用到事件循环,导致与 fastapi 这种异步框架使用时,会发生 attached to a different loop 错误。
这个有解决办法吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
已经确认原因了,会在近期修复这个问题 |
我配置的测试环境,大部分时间没数据消费,拉取一段时间的空列表,然后会报 |
This PR completely refactors the existing Python SDK, including the following content: