Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internal] Thin Client Integration: Adds Transport Serialization of RNTBD Payload #4637

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aavasthy
Copy link
Contributor

Pull Request Template

Description

The ThinClientTransportSerializer class provides methods for serializing and deserializing proxy requests and responses. It serializes HttpRequestMessage objects into RNTBD requests by extracting headers, operation types, resource types, and partition keys, and it deserializes RNTBD responses back into HttpResponseMessage objects, reconstructing headers and body content. This change also includes unit tests for the change.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Closing issues

To automatically close an issue: closes #4582

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

@aavasthy aavasthy changed the title [Thin Client Integration] Add Transport Serialization of RNTBD Payload [Internal] [Thin Client Integration] Adds Transport Serialization of RNTBD Payload Aug 12, 2024
@aavasthy aavasthy changed the title [Internal] [Thin Client Integration] Adds Transport Serialization of RNTBD Payload [Internal]: [Thin Client Integration] Adds Transport Serialization of RNTBD Payload Aug 12, 2024
@aavasthy aavasthy changed the title [Internal]: [Thin Client Integration] Adds Transport Serialization of RNTBD Payload [Internal] Thin Client Integration: Adds Transport Serialization of RNTBD Payload Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Thin Client Integration] Create Classes and Methods for Transport Serialization of RNTBD Payload
1 participant