Bohan Zhang
Bohan Zhang
> > A step forward is to apply this secret framework to our mysql/PG connectors, which also expose secrets like username and password in plain texts. @StrikeW > > IIUC,...
> > > I have no plan supporting `alter` now. > > > And I am up with the idea of "propagating the changes" because changing credentials will influence all...
> > I have no plan supporting `alter` now. > > And I am up with the idea of "propagating the changes" because changing credentials will influence all existing clients,...
> I also agree that a comprehensive implementation plan might not be needed too early, but some high level ideas might be helpful to demonstrate the flexibility of the current...
> This PR attempts to add a shared Kafka consumer within the compute. When the mux_reader option is enabled, the root job of shared sources under the same connection will...
> I don't really want to bet on [influxdata/rskafka](https://github.com/influxdata/rskafka). It's easy to start a PoC version to support Kafka protocol, but things will become much difficult when putting it into...
> > I wonder whether it is feasible to tune the maximum thread count to mitigate the issue when you have a use case that involves a big kafka cluster...
> After the connection is supported, in my mind connection can be used in TVF directly like: > > * read_parquet(s3_connection, 's3://bucket/path/xxxx.parquet') > * read_csv(s3_connection, 's3://bucket/path/xxxx.parquet') > * read_json(s3_connection, 's3://bucket/path/xxxx.parquet')...
> @st1page Additionally, One case is for the Ad-hoc ingestion from databases. Currently we only support the CDC table and can not create a source on a external databases's table....
> > > How can user specifies a subset of schema when using schema registry? > > > > > > It feels like this is not necessary. They may...