Results 32 comments of aievl

Thanks! I solve it later | | 11 | | ***@***.*** | 签名由网易邮箱大师定制 On 07/3/2022 ***@***.***> wrote: @ZLBer commented on this pull request. In components/sequencer/postgresql/postgresql_sequencer.go: > + +func NewPostgresqlSequencer(logger log.ErrorLogger)...

Delay message API for pubsub 这儿有人assigned吗,等我目前的pr 如果成功 merge后想尝试下这个的实现

我不是很理解咱们api规范是啥样的,比如事物消息,我我这儿有一份思路就是,可以类似rocketMQ那样,利用两阶段提交+TCC补偿机制实现,比较重要考虑的问题就是可能在两阶段提交中途宕机导致事物回滚不成功,这儿要么就是consumer端去进行tcc补偿,但是感觉对业务侵入性比较大,可不可以考虑利用redis+lua的scriptLoad脚本实现,只要redis不宕机就可以保证事物的正常执行

你好 ,我希望可以用 mysql 或 postgresql 实现分布式自增id 组件,想参与该任务

> @azhsmesos 欢迎加入! “用 mysql 实现分布式自增 id组件” 这个事情 @GimmeCyy 已经在做了,你可以认领“用 postgresql 实现分布式自增id 组件” 哈 你可以发个"用 postgresql 实现分布式自增id 组件"的 issue (比如像 #489 这样) 然后我们把 issue assign 给你~ > > 参考资料: [组件开发指南](https://mosn.io/layotto/#/zh/development/developing-component?id=%e7%bb%84%e4%bb%b6%e5%bc%80%e5%8f%91%e6%8c%87%e5%8d%97)...

> Cool ! > > @azhsmesos Hi, will you continue working on delay queue API? This proposal is a good starting point 可以啊 ,要不我提个issue,然后assigned给我,然后我会设计一份提案出来

do we Need to implement Stream? I would like to contribute an implementation of Stream to RoseDB

So do we currently have a list of things to do with nacos3.0?

`FlowMonitor` ```java public int canTransferMaxByteNum() { //Flow control is not started at present if (this.isFlowControlEnable()) { long res = Math.max(this.maxTransferByteInSecond() - this.transferredByte.get(), 0); return res > Integer.MAX_VALUE ? Integer.MAX_VALUE :...

Can you give more description? I would like to be involved in Matrixcube contribution, but good first issues are very few and far between.