Valery Piashchynski
Valery Piashchynski
@genhoi 👋🏻 I guess I found the issue. We missed in our docs that you should use a `--php_out=` `protoc` option. W/o this option, the `protoreflect` server can't find the...
Ah, that won't help you. I found a real issue, the fix will be in the `beta.2`.
Reopening. Include files from the imports.
ref: https://github.com/roadrunner-server/roadrunner/issues/1208
The ticket in the `Discuss` stage, so we can discuss, what option fits us and the community better. I guess that we should wait for the viper PR merged and...
@hugochinchilla Yeah, I agree to include `enabled` keys to every plugin. As for the 'includes', let's wait for some time for the `viper` ticket to get merged (let's say 1-2...
I guess we will support the comma-separated list of the domains via the TXT file. I'm not sure, that we should support NoSQL/SQL storages at the moment as it adds...
It would be configurable.
We can extend HTTP/FCGI server options with the following: ```go ReadTimeout: config, ReadHeaderTimeout: config, WriteTimeout: config, IdleTimeout: config, MaxHeaderBytes: config, ``` HTTP2 server: ```go MaxHandlers: config, MaxConcurrentStreams: config, MaxReadFrameSize: config,...
Hey @OO00O0O 👋🏻 I guess it's more like a feature request 😃 Thank you for the proposal. Let's wait for more feedback because we already have a flag to load...