Jens Fosgerau
Jens Fosgerau
Is this still a problem?
Can you make a reproduction, with just this happening in?
Is this still a problem with the latest IR and IRP? If so, please reopen. :)
I've already written a new core, that allows for multiple routers, and even for you to use it, without any routers. I hope to get it up soon.
We could also use it in our testing and even production environments, as we use php-fpm for some microservices. Right now I have setup nginx in front of php-fpm, and...
Multiple databases, and schemas would be amazing. Currently autocomplete doesn't work for things such as `SELECT * FROM ..`.
We're using a middleware to match domain names and paths, and then we either prepend to, or change the prefix of the path to the fully qualified locale. This works...
Using v2, if the auth interceptor is added after the logging interceptor, no auth.sub is available in the default grpc server logs. When adding auth first, no logs will show...
We're using the `offline` property to dynamically pause sending events. This allow us to capture events in the unsent queue, until the customer answers our consent popup (which can be...
@Mercy811 consent can be changed during runtime, and we'd still have to pause events in that scenario.