William Wen

Results 25 comments of William Wen
trafficstars

> Just to confirm, the benefit of persisting avro/proto definition in meta is not needing to fetch it from schema registry on restart/recovery? It's also for consistency and stability. If...

Summary for the design meeting: - In sink coordinator design, there will be multiple concurrent sink writer in each sink parallelism (single sink executor) and a single sink coordinator in...

We had a meeting last Friday. Here is some summaries: - For a quick and simple implementation, we can implement a log store via kv interface first. - Sinks can...

> > With this info we can immediately commit the catalog, and make it visible to the fe at this point. This step will be done in a separate PR...