SteveYurongSu commented on PR #1166: URL: https://github.com/apache/streampipes/pull/1166#issuecomment-1406349847
Hi @tenthe, thanks a lot for your reviewing. IoTDB has a native mechanism to handle the case that the connection dies. I will update the PR with the mechanism ASAP :-) > Hi @SteveYurongSu, thank you so much for this PR and updating the IoTDB implementation. > I tried it locally and everything worked fine. Thanks for updating the IoTDB version in the CLI. > > I have a question regarding the "session". > The session is created in the `onInvocation` and closed in the `onDetach` and what happens if the connection dies during the execution of the pipeline. Would it be possible to add a reconnection in the `onEvent` for this case or is this not necessary? > Maybe this can be done when the "IoTDBConnectionException" occurs. > -- 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]
