The connection will be managed by the splitManager, no need of using a pool. However, if you had to, probably you should look into establishConnection() method of the JDBCInputFormat.
2016-07-05 10:52 GMT+02:00 Flavio Pompermaier <[email protected]>: > why do you need a connection pool? > On 5 Jul 2016 11:41, "Harikrishnan S" <[email protected]> wrote: > >> Hi, >> >> Are there any examples of implementing a jdbc sink in flink using a >> connection pool ? >> >> Thanks >> >> On Tue, Jul 5, 2016 at 2:00 PM, Harikrishnan S <[email protected]> >> wrote: >> >>> Hi, >>> >>> Are there any examples of implementing a jdbc sink in flink using a >>> connection pool ? >>> >>> Thanks >>> >>> On Tue, Jul 5, 2016 at 1:57 PM, Harikrishnan S <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> Are there any examples of implementing a jdbc sink in flink using a >>>> connection pool ? >>>> >>>> Thanks >>>> >>> >>> >>
