atharvalade commented on code in PR #2701:
URL: https://github.com/apache/iggy/pull/2701#discussion_r2785401226


##########
foreign/csharp/Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs:
##########
@@ -559,6 +534,18 @@ var response
         }
     }
 
+    /// <inheritdoc />
+    public async Task DeleteSegmentsAsync(Identifier streamId, Identifier 
topicId, uint partitionId,
+        uint segmentsCount, CancellationToken token = default)
+    {
+        var response = await _httpClient.DeleteAsync(

Review Comment:
   Good point, will update the HTTP implementation to throw 
`FeatureUnavailableException` to match the pattern used by other TCP-only 
methods. I'll also add a test to verify the exception is thrown for HTTP.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to