[DISCUSS] assign SQL Table properties from environment variables

2022-03-30 Thread Teunissen, F.G.J. (Fred)
Hi devs, Some SQL Table properties contain sensitive data, like passwords that we do not want to expose in the VVP ui to other users. Also, having them clear text in a SQL statement is not secure. For example, CREATE TABLE Orders ( `user` BIGINT, product STRING, order_time TIMESTAMP

outdated version of com.esotericsoftware.kryo

2021-01-15 Thread Teunissen, F.G.J. (Fred)
Hi, While I was resolving a dependency version conflict in our project that uses Flink v1.11.2 I noticed that Flink is using the library ‘com.esotericsoftware.kryo:kryo:2.24.0’. Is there a reason why this library isn’t updated to