transfer-process-store-sql : Object has already been returned to this pool or is invalid #3113
-
Hello I trying to use Postgres to persist control-plane data for an http-pull connector both generate error at startup :
I don't understand where the problem come from, I probably missing something |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It could be related to this bug: #3088 |
Beta Was this translation helpful? Give feedback.
-
I have solve my issue :) |
Beta Was this translation helpful? Give feedback.
I have solve my issue :)
I have add implementation("${edcGroupId}:transaction-local:${edcVersion}") to my build.gradle.kts ... and no more error