You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RouteResponse and PartitionResponse use the same keys as RouteQuery and PartitionQuery. Thus, the response for the queries appear to be queries as well, but their structure adheres to the correct response structure defined in the documentation. The response frames are not built using the rabbit_stream_core:frame/1 function, which is probably the culprit for the mismatch. See the response for RouteQuery:
These 2 responses were not using the `rabbit_stream_core` utilities
so they were not using the "prefix" for responses.
Fixes#5956
(cherry picked from commit 0c1eeab)
# Conflicts:
# deps/rabbitmq_stream/src/rabbit_stream.erl
# deps/rabbitmq_stream/src/rabbit_stream_connection_sup.erl
RouteResponse
andPartitionResponse
use the same keys asRouteQuery
andPartitionQuery
. Thus, the response for the queries appear to be queries as well, but their structure adheres to the correct response structure defined in the documentation. The response frames are not built using therabbit_stream_core:frame/1
function, which is probably the culprit for the mismatch. See the response for RouteQuery:The text was updated successfully, but these errors were encountered: