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
In the method com.huaweicloud.dis.http.AbstractDISClient#toPutRecordsRequest(PutRecordRequest),
at line 729, the stream id in the putRecordRequest is set to the same object.
It should be set to the putRecordsRequest.
In the method com.huaweicloud.dis.http.AbstractDISClient#toPutRecordsRequest(PutRecordRequest),
at line 729, the stream id in the putRecordRequest is set to the same object.
It should be set to the putRecordsRequest.
huaweicloud-sdk-java-dis/huaweicloud-sdk-java-dis/src/main/java/com/huaweicloud/dis/http/AbstractDISClient.java
Line 729 in 0e48303
The text was updated successfully, but these errors were encountered: