openconnect icon indicating copy to clipboard operation
openconnect copied to clipboard

OpenConnect proposes a specification for messaging, eventing and streaming connect scenario which provides various sources and sinks.

Results 5 openconnect issues
Sort by recently updated
recently updated
newest added

问题如下: 1. 建议拆分 SinkRecord 和 SourceRecord, 语义明确,方便区分数据执行阶段,同时方便两部分api独立扩展,以防止出现有些字段在 source中用到,却在 sink中用不到但依然存在的情况,容易对使用上带来疑惑,造成过多的沟通的成本; 2. 显式声明topic / offset / queueId等字段,放到 recordPartition中用map 方式存储,结构较深,且对不熟悉代码的人不易发觉,学习成本较高,且导致代码过于松散 3. Record 绑定 topic, 方便多topic路由发送

I found a place that is likely a typo. But I found it is used widely in downstream projects, fixing this requires a typo fix tool and some planning. Should...

Enhanced Semantic Expression of the DataEntry.In order to better characterize KV data structure, key and headers fields is added in DataEntry. At the same time, the function of value checking...