Re: Capturing Statement Execution / Results within JdbcSink

2021-03-22 Thread Roman Khachatryan
Hey Rion, Regarding > Accessing Statement Execution / Results, There are no ways currently to get the update count from the database unfortunately. As for the > Batching Mechanisms (withBatchIntervalMs & withBatchSize), These parameters should have "OR" semantics: the database should be updated w

Capturing Statement Execution / Results within JdbcSink

2021-03-19 Thread Rion Williams
Hey all, I've been working with JdbcSink and it's really made my life much easier, but I had two questions about it that folks might be able to answer or provide some clarity around. *Accessing Statement Execution / Results* Is there any mechanism in place (or out of the box) to support reading