Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
This patch adds the following APIs into sidecar client
- StreamCdcSegments - Streams requested CDC segment with in a given range on an instance. Segment is streamed into a StreamConumer that is passed as a parameter to the call.
- ListCdcSegments - Lists all the CDC segments that are present on an Instance. Below is a sample Json response of the call
{ "host":"127.0.0.1", "port":0, "segmentInfos":[ { "name":"CommitLog-1-1.log", "size":1, "idx":1, "completed":true, "lastModifiedTimestamp":1733182677704 } ] }
Added test cases for both APIs to verify responses
Attachments
Issue Links
- links to