Re: Possible bug in ConfluentSchemaRegistryDeserializerProvider withe schema evolution

2022-07-29 Thread Alexey Romanenko
Thanks for the question! Interesting... I didn’t go deep into the details yet (I will!) but can it be related to this change? [1][2] [1] https://issues.apache.org/jira/browse/BEAM-10759 [2] https://github.com/apache/beam/pull/12630

Re: Oracle Database Connection Pool creation from Beam

2022-07-29 Thread Alexey Romanenko
Additionally to what Moritz said, I just wanted to give an example of using JdbcIO.PoolableDataSourceProvider taken from JdbcIO Javadoc: To customize the building of the DataSource we can provide a SerializableFunction. For example if you need to provide a PoolingDataSource from an existing

Re: Oracle Database Connection Pool creation from Beam

2022-07-29 Thread Moritz Mack
Could you share some more details what you’ve tried so far? I suppose you are using the JdbcIO, right? Have you looked at JdbcIO.PoolableDataSourceProvider? / Moritz On 28.07.22, 17:35, "Koka, Deepthi via dev" wrote: Hi Team, We have an issue with the Oracle connections being used up and we