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
Since RxNetty provides both server and client builders that build context aware objects, it will be convenient and less error prone if it can provide a default http request header name for request ID to be used on both client and server.
Ideally this default name should be configurable.
The text was updated successfully, but these errors were encountered:
Provided overloads for all method taking requestIdHeaderName to use the default header name.
The default header name can be set by calling RxContexts.useRequestIdContextKey()
Since RxNetty provides both server and client builders that build context aware objects, it will be convenient and less error prone if it can provide a default http request header name for request ID to be used on both client and server.
Ideally this default name should be configurable.
The text was updated successfully, but these errors were encountered: