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
Copy file name to clipboardExpand all lines: eventmesh-connectors/eventmesh-connector-http/src/main/java/org/apache/eventmesh/connector/http/sink/data/HttpAttemptEvent.java
Copy file name to clipboardExpand all lines: eventmesh-connectors/eventmesh-connector-http/src/main/java/org/apache/eventmesh/connector/http/sink/data/MultiHttpRequestContext.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,9 @@ public class MultiHttpRequestContext {
34
34
35
35
/**
36
36
* The last failed event.
37
-
* If there are no retries or retries are not enabled, it will be null.
38
37
* If retries occur but still fail, it will be logged, and only the last one will be retained.
Copy file name to clipboardExpand all lines: eventmesh-connectors/eventmesh-connector-http/src/main/java/org/apache/eventmesh/connector/http/sink/handler/AbstractHttpSinkHandler.java
Copy file name to clipboardExpand all lines: eventmesh-connectors/eventmesh-connector-http/src/main/java/org/apache/eventmesh/connector/http/sink/handler/impl/CommonHttpSinkHandler.java
Copy file name to clipboardExpand all lines: eventmesh-connectors/eventmesh-connector-http/src/main/java/org/apache/eventmesh/connector/http/sink/handler/impl/HttpSinkHandlerRetryWrapper.java
0 commit comments