You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2023/01/03 08:38:17 UTC

[incubator-eventmesh] branch master updated (b925c87a5 -> 3f2d4d220)

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from b925c87a5 Merge pull request #2794 from seriouszyx/trace/jaeger
     new a12e07569 fix issue2759
     new 66eb50681 fix issue2759
     new 8afdfa9ad Merge branch 'master' into issue2759
     new 7e9266cf8 fix build error
     new 4f80cb7c3 refactor code
     new a4e1f997c Merge branch 'master' into issue2759
     new 2f16eb38e Merge branch 'master' into issue2759
     new c23a31224 fix build error
     new 927539c21 fix compile error
     new 3f2d4d220 Merge pull request #2765 from jonyangx/issue2759

The 3001 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../eventmesh/runtime/boot/AbstractHTTPServer.java | 386 +++++++++++----------
 .../runtime/boot/EventMeshHTTPServer.java          | 268 +++++++-------
 .../runtime/boot/EventMeshHttpBootstrap.java       |   1 -
 .../eventmesh/runtime/boot/EventMeshServer.java    |  17 +-
 .../http/processor/BatchSendMessageProcessor.java  |   6 +-
 .../processor/BatchSendMessageV2Processor.java     |  10 +-
 .../http/processor/HeartBeatProcessor.java         |   6 +-
 .../http/processor/ReplyMessageProcessor.java      |  16 +-
 .../http/processor/SendAsyncEventProcessor.java    |   2 +-
 .../http/processor/SendAsyncMessageProcessor.java  |  16 +-
 .../processor/SendAsyncRemoteEventProcessor.java   |   2 +-
 .../http/processor/SendSyncMessageProcessor.java   |  10 +-
 .../http/processor/SubscribeProcessor.java         |   6 +-
 .../http/processor/UnSubscribeProcessor.java       |  22 +-
 .../protocol/http/producer/SendMessageContext.java |   2 +-
 .../protocol/http/push/AsyncHTTPPushRequest.java   |   6 +-
 .../runtime/metrics/http/HTTPMetricsServer.java    |   6 +
 .../eventmesh/runtime/client/common/Server.java    |   7 +-
 18 files changed, 417 insertions(+), 372 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org