Co1a
Co1a
> @Max-Cheng Which version of v2 are you running? `github.com/gofiber/fiber/v2 v2.52.4`
In my situation, I'm using a global middleware to enforce the Origin header to be in uppercase and process the correct logical path. ```go package main import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2/log"...
Yes. I don't think we should change the behaviour of the CORS middleware
Another mistake in this case. If DisableHeaderNormalizing is enabled and the client is using HTTP/2 protocol to access the backend. CORS middleware will judge that this request is not a...
The main issue is that method `kgo.Client.loadEpochsForBrokerLoad()` return the broker end-offset to 0,thus client reset offset into the FAKE end-offset, cause re-consume message from kafka
draft:https://github.com/twmb/franz-go/pull/700
> The main issue is that method `kgo.Client.loadEpochsForBrokerLoad()` return the broker end-offset to 0,thus client reset offset into the FAKE end-offset, cause re-consume message from kafka Update: using param to...
> Why is the provider returning the ApiKey for OffsetsForLeaderEpoch in the ApiVersions response? There shouldn't need to be an escape hatch here. Yes, I am also extremely puzzled as...
This ticket was communicated through Alibaba Cloud's DingTalk, involving our client. I am unable to show you the complete content of the ticket.  > Meeting Content: The issue arises...
Why using another flag to avoid this behavior: because they claim customer can spefic version to install, thus this won't a version issue