JNSimba opened a new pull request, #94:
URL: https://github.com/apache/doris-kafka-connector/pull/94
In debezium_ingestion mode with schema evolution enabled, the
DorisSystemService
used try-with-resources on the Connection object, which closed the
connection after
every query. This caused a new connection to be created on each schema
check.
This fix removes Connection from try-with-resources so it is reused across
queries,
and lifts DorisSystemService to task level so all writers within a task
share a
single connection.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]