-
Notifications
You must be signed in to change notification settings - Fork 30
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
Session not existed! #83
Comments
感谢反馈,你可以详细描述下你的现象吗,是启动后长时间没有数据生成,然后再次有新数据时sink失败,提示session not existed? |
对,session过期后没有自动获取session,现在默认不是8个小时吗,8个小时没数据session过期就入不了图了,要是能像go的sdk一样支持自动重连,并获取新的session就好了 |
@Nicole00 I've been working on some improvements on the error handling logic of the connector, and I've taken care of this issue. I'll share my PR when it's in good shape! |
Amazing, thanks so much @linhr , looking forward to your PR and please take your time :D |
Looking forward to your pr @linhr, please feel free to contact with us if you have any issues, Thanks. |
session 过期后没有自动重新获取session,导致sink失败,希望支持自动获取正常session的逻辑。
The text was updated successfully, but these errors were encountered: