tenthe commented on PR #1166: URL: https://github.com/apache/streampipes/pull/1166#issuecomment-1406335001
Hi @SteveYurongSu, thank you so much for this PR and updating the IoTDB implementation. 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]
