[query] Drop Support For Same Host Ports #6117
Labels
area/otel
changelog:breaking-change
Change that is breaking public APIs or established behavior
enhancement
Requirement
This issue can be tackled after Feb 2025.
In #6026, the query server was migrated to use OTEL's implementation of HTTP and GRPC servers. Our implementation supported having the GRPC and HTTP server being hosted on the same port via cmux, however, OTEL's implementation does not support this. For backwards compatibility purposes, #6026 did not drop support for the same ports but rather just logged a warning to allow users to migrate away from this functionality. Once we have waited for three months or two minor version bumps (whichever is later), we can drop support for hosting grpc and query server on the same port.
The text was updated successfully, but these errors were encountered: