haifxu commented on code in PR #5563:
URL: https://github.com/apache/inlong/pull/5563#discussion_r947804370
##########
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/service/InlongStreamApi.java:
##########
@@ -45,24 +45,24 @@ public interface InlongStreamApi {
Call<Response<InlongStreamInfo>> getStream(@Query("groupId") String
groupId,
@Query("streamId") String streamId);
- @POST("/stream/list")
+ @POST("stream/list")
Call<Response<PageInfo<InlongStreamBriefInfo>>> listByCondition(@Body
InlongStreamPageRequest request);
@POST("stream/listAll")
Call<Response<PageInfo<InlongStreamInfo>>> listStream(@Body
InlongStreamPageRequest request);
- @POST("/stream/startProcess/{groupId}/{streamId}")
Review Comment:
OK , I have reset and then fix it in next PR.
--
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]