Fix license check 2#4
Open
xwm1992 wants to merge 1129 commits into
Open
Conversation
…into http-improve
…into http-improve
[Feature] Support eventbridge & http request via request uri
* add http request doc instruction * update http request doc instruction * update http request doc instruction
Update README.md
…into http-improve
[Enhancement] Add remote processors for event bridge
# Conflicts: # eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncEventProcessor.java # eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncRemoteEventProcessor.java
[ISSUE apache#1059] Fix NullPointException of Http Request
[ISSUE apache#1064]Fix NullPointException Of ClientManageControllerTest close apache#1064
[ISSUE apache#1043] Fix the problem of shared registry singleton.
[ISSUE apache#1074]Fix PrometheusConfigurationTest running test fail close apache#1074
[ISSUE apache#1028] support Etcd Registry
[ISSUE apache#1035 apache#1036] Fix patch TCP close apache#1035 close apache#1036
# Conflicts: # settings.gradle # tools/dependency-check/known-dependencies.txt
branch registry-etcd merge to master
…http [ISSUE apache#1087] Extract constants of protocol-http module
[ISSUE apache#1068] translate desing-document/cloudevents to zh
xwm1992
pushed a commit
that referenced
this pull request
Mar 7, 2023
Update EventMeshHttpConsumer.java
xwm1992
pushed a commit
that referenced
this pull request
Mar 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes ISSUE#.
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation