TomlongTK

Results 20 comments of TomlongTK

> use 'extends' maybe better ? @AlbumenJ @oxsean Embedded configuration may be better because it can be unified under the dubbo.protocol prefix. You can refer to MetricsConfig, and Prometheus configuration...

I'm interested. Please assign it to me.

> @finefuture I'm currently working on this, and I'm make a tasklist for rest, if you're interest on it, I can assign some to you. Okay, please assign some to...

@AlbumenJ The rest protocol has been migrated to the dubbo-spi-extension project. ![image](https://github.com/apache/dubbo/assets/18413695/a6394ab6-56d4-4672-8f79-b4b29d90e0b2)

> Can you provider a test case? or how to test it? Okay, I will provider a demo later.

@oxsean This is the demo: https://github.com/finefuture/triple-http2-demo/tree/main

Native http2 does not support client stream and bi stream (streaming requests are not supported), so we only need to deal with unary and server streams, which means streaming responses...

> @finefuture > > Pls consider adding support for following scope level "max-body-size": > > 1. Application; > 2. Protocol; > 3. Service; > > Priority : Service>Protocol>Application. > >...