Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #417] Grpc Publisher and Consumer API work #660

Merged
merged 111 commits into from
Dec 24, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
6f57a90
readme.md
xwm1992 Oct 29, 2021
88f8ffc
Merge branch 'develop' of https://github.com/apache/incubator-eventme…
xwm1992 Nov 2, 2021
1feaaa7
[ISSUE #563] SDK SUPPORT CLOUD EVENT (#575)
wangshaojie4039 Nov 2, 2021
deee538
[Feature #562] support cloudevents api in eventmesh-connector-api mod…
xwm1992 Nov 10, 2021
3ae9234
connector support cloud event (#586)
wangshaojie4039 Nov 16, 2021
fcde151
[Feature #562] Support CloudEvents for pub/sub in EventMesh runtime (…
xwm1992 Nov 16, 2021
6828f57
[Feature #562] Implement CloudEvents protocol adaptor (#595)
xwm1992 Nov 18, 2021
0096cee
[Feature #562] Implement EventMeshMessage protocol adaptor (#597)
xwm1992 Nov 18, 2021
db02781
Remove some unused code (#591)
ruanwenjun Nov 19, 2021
f8ffb44
fixed a wrong url in cn-doc (#585)
sarihuangshanrong Nov 19, 2021
0acafcc
resolve_exception->Consumer subscription topic is invalid #590 (#598)
hagsyn Nov 19, 2021
fcd1218
update Eventmeshmessage plugin (#599)
xwm1992 Nov 19, 2021
e53acaf
Update eventmesh-store-quickstart.md
qqeasonchen Nov 21, 2021
4f04d9d
Update README.md
qqeasonchen Nov 21, 2021
71bcb09
Add slack icon (#601)
ruanwenjun Nov 21, 2021
ac8db5a
Add protocol producer in java sdk (#600)
ruanwenjun Nov 21, 2021
bcc1503
Change Tcp interface (#603)
ruanwenjun Nov 23, 2021
0082f3d
update http push request and adaptor (#606)
xwm1992 Nov 23, 2021
c66c8f7
update java sdk (#607)
xwm1992 Nov 23, 2021
5f61c24
Fix standalone connector interface, fix example (#608)
ruanwenjun Nov 24, 2021
a0204ae
fix compile error (#609)
xwm1992 Nov 24, 2021
0268792
Java sdk update (#610)
xwm1992 Nov 24, 2021
1c34373
Add EventMeshTCPClient, this client wrap the sub/sub client (#611)
ruanwenjun Nov 25, 2021
d8eb87f
runtime update (#612)
xwm1992 Nov 25, 2021
f7d0fbb
Java sdk update (#615)
xwm1992 Nov 26, 2021
f3b9520
eventmesh-admin-rocketmq submodule and createTopic REST API (#530)
yzhao244 Nov 29, 2021
d1064cb
Fix some small issue (#616)
ruanwenjun Nov 29, 2021
351f3ba
eventmeshmessage protocol adaptor for tcp (#618)
xwm1992 Nov 29, 2021
e337b79
remove openschema implementation from em project
yzhao244 Nov 25, 2021
b46026d
eventmesh message protocol for http pub/sub with standalone connector…
xwm1992 Nov 30, 2021
232080e
create topic command (#531)
yzhao244 Nov 30, 2021
b50c42a
Java sdk update cloudevents pub/sub (#620)
xwm1992 Nov 30, 2021
69fab8f
Update README.md
qqeasonchen Nov 30, 2021
0036d0a
Change TCP Decoder and Encoder (#621)
ruanwenjun Dec 1, 2021
5d2721f
cloudevents protocol tcp pub/sub for sdk (#622)
xwm1992 Dec 1, 2021
376a629
cloudevents protocol tcp pub/sub for sdk (#623)
xwm1992 Dec 2, 2021
f90714f
cloudevents protocol http pub/sub for sdk (#625)
xwm1992 Dec 2, 2021
35c4da2
cloudevents protocol pub/sub for http sdk (#627)
xwm1992 Dec 3, 2021
c6b700d
Add AbstractEventMeshTCPSubHandler (#624)
ruanwenjun Dec 5, 2021
eaef797
cloudevents/eventmesh message protocol pub/sub for sdk in rocketmq-co…
xwm1992 Dec 6, 2021
3b82ce6
cloudevents/eventmesh message protocol pub/sub for sdk in rocketmq-co…
xwm1992 Dec 7, 2021
6b1f25b
Safely delete useless log4j dependencies
vongosling Dec 8, 2021
92287b0
Safely delete outdated metrics dependencies
vongosling Dec 8, 2021
9e07445
Sately delete useless collections4 dependency
vongosling Dec 8, 2021
d45028c
Safely delete useless commons dependencies
vongosling Dec 8, 2021
a96e218
Reback to the collections4, but let it not in api dependency
vongosling Dec 8, 2021
6f2368e
Could not remove text for Safe Ramdom implementation
vongosling Dec 8, 2021
2772704
Fix build error
vongosling Dec 8, 2021
5e5de4a
Add collection4
vongosling Dec 8, 2021
56f1172
Fix build error
vongosling Dec 8, 2021
751e1ca
Revert "Safely delete outdated metrics dependencies"
vongosling Dec 8, 2021
7405376
Change to api dependency
vongosling Dec 8, 2021
b65580b
Remove doclint warnings
vongosling Dec 8, 2021
961d998
Depracated checkstyle check error temporarily, we should remove it wh…
vongosling Dec 8, 2021
46471ed
sync request/response for sdk in rocketmq-connector (#634)
xwm1992 Dec 8, 2021
79fdb12
Update .asf.yaml
qqeasonchen Dec 8, 2021
20ab726
Update .asf.yaml
qqeasonchen Dec 8, 2021
766337a
Merge branch 'develop' of https://github.com/apache/incubator-eventme…
xwm1992 Dec 8, 2021
8ea15f6
fix conflicts and update the code (#635)
xwm1992 Dec 8, 2021
f1b4729
Merge branch 'cloudevents' of https://github.com/apache/incubator-eve…
xwm1992 Dec 8, 2021
baddf64
supply apache header
xwm1992 Dec 9, 2021
600e255
Merge pull request #638 from xwm1992/cloudevents
xwm1992 Dec 9, 2021
280898a
Merge pull request #613 from yzhao244/integrate-openschema-dependency
qqeasonchen Dec 9, 2021
7629819
Remove license name, add LICENSE file
ruanwenjun Sep 24, 2021
dcd0f65
resolve conflict
ruanwenjun Sep 24, 2021
d537106
remove some not used in binary license
ruanwenjun Sep 26, 2021
cb8746c
set connector plugin to standalone
ruanwenjun Oct 8, 2021
05ac1fe
Add license check shell
ruanwenjun Nov 29, 2021
fafd741
Merge pull request #535 from ruanwenjun/dev_wenjun_fixLicenseCheck
xwm1992 Dec 10, 2021
4a9e915
Add jdk11 and otherOS in github ci
ruanwenjun Nov 28, 2021
66d7dbe
Add comments
ruanwenjun Dec 10, 2021
4c44aa5
resolve javadoc failed on jdk11
ruanwenjun Dec 10, 2021
8085a71
Change skywalking uses repo to main
ruanwenjun Dec 10, 2021
64cf6b5
Merge pull request #617 from ruanwenjun/dev_wenjun_addJdk11
vongosling Dec 10, 2021
135d386
Merge remote-tracking branch 'upstream/grpc' into grpc2
jinrongluo Dec 10, 2021
1148ba9
GRPC producer publish API
jinrongluo Dec 10, 2021
c9fe5d7
remove unused files
qqeasonchen Dec 13, 2021
d2370d1
remove unused plugin
qqeasonchen Dec 13, 2021
3d48165
[ISSUE #630] RocketMQProducerImpl cannot load config properties from …
ruanwenjun Dec 13, 2021
d501fcb
[Bug #646] Missing the rocketmq message properties during protocol co…
xwm1992 Dec 13, 2021
35f2c5d
Merge remote-tracking branch 'origin/develop' into grpc2
jinrongluo Dec 13, 2021
0d0a7da
grpc publish with cloudevents
jinrongluo Dec 13, 2021
9393d72
[MINOR] Hide ctx in callback function and update contributing doc (#644)
ruanwenjun Dec 14, 2021
0deb401
[ISSUE #405] remove some unused code (#649)
xwm1992 Dec 14, 2021
6718b0b
Merge remote-tracking branch 'origin/develop' into grpc2
jinrongluo Dec 14, 2021
c24e083
[Issue #417] grpc publish API
jinrongluo Dec 14, 2021
a54d1f5
[MINOR] Add third-part dependencies licenses (#650)
ruanwenjun Dec 15, 2021
05f8a3c
[MINOR] supply the license and update the third party license file na…
xwm1992 Dec 15, 2021
a9fe559
[ISSUE #340]Add http trace http point (#527)
Roc-00 Dec 16, 2021
e32c9f5
Update quick start docs (#656)
ruanwenjun Dec 16, 2021
f7c2694
[MINOR] Upgrade log4j version to 2.16.0 (#654)
ruanwenjun Dec 16, 2021
f30588e
[MINOR] update the license and add the third party license files (#657)
xwm1992 Dec 16, 2021
1c7429b
[ISSUE #604]Improve the rebalance algorithm (#605)
lrhkobe Dec 16, 2021
b77646c
[Feature #547] Create and upload 1.3.0-snapshot docker image (#659)
xwm1992 Dec 17, 2021
9507956
grpc consumer work
jinrongluo Dec 17, 2021
2968f49
[MINOR] Add third-part dependencies licenses (#650)
ruanwenjun Dec 15, 2021
b35e39a
[MINOR] supply the license and update the third party license file na…
xwm1992 Dec 15, 2021
2323237
[ISSUE #340]Add http trace http point (#527)
Roc-00 Dec 16, 2021
c393c8b
Update quick start docs (#656)
ruanwenjun Dec 16, 2021
6adc45e
[MINOR] Upgrade log4j version to 2.16.0 (#654)
ruanwenjun Dec 16, 2021
a71524f
[MINOR] update the license and add the third party license files (#657)
xwm1992 Dec 16, 2021
683f02b
[ISSUE #604]Improve the rebalance algorithm (#605)
lrhkobe Dec 16, 2021
66568fd
[Feature #547] Create and upload 1.3.0-snapshot docker image (#659)
xwm1992 Dec 17, 2021
fbaf7cc
merge from develop
jinrongluo Dec 17, 2021
b07fef5
GRPC producer publish API
jinrongluo Dec 10, 2021
3c6e877
grpc publish with cloudevents
jinrongluo Dec 13, 2021
c3a1b00
Merge remote-tracking branch 'origin/develop' into grpc-dev
jinrongluo Dec 17, 2021
11c5772
Adding grpc publish and subscribe API examples
jinrongluo Dec 17, 2021
9460f75
grpc consumer api testing and bug fixing
jinrongluo Dec 17, 2021
8805fb3
minor enhancement to grpc consumer
jinrongluo Dec 17, 2021
be25dc8
Merge branch 'grpc-dev' into grpc2
jinrongluo Dec 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MINOR] supply the license and update the third party license file na…
…me (#653)

 [MINOR] supply the license and update the third party license file name
  • Loading branch information
xwm1992 authored and jinrongluo committed Dec 17, 2021
commit b35e39a031a25711e5f2ba3f5b8ea55187b08165
75 changes: 74 additions & 1 deletion tools/third-party-licenses/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,72 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.


assertj-core 2.6.0: https://github.com/assertj/assertj-core, Apache 2.0
cloudevents-api 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
cloudevents-core 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
cloudevents-json-jackson 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
commons-beanutils 1.9.2: https://github.com/apache/commons-beanutils, Apache 2.0
commons-cli 1.2: https://github.com/apache/commons-cli, Apache 2.0
commons-codec 1.9: https://github.com/apache/commons-codec, Apache 2.0
commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0
commons-collections4 4.1: https://github.com/apache/commons-collections, Apache 2.0
commons-digester 1.8.1: https://github.com/apache/commons-digester, Apache 2.0
commons-lang3 3.6: https://github.com/apache/commons-lang, Apache 2.0
commons-logging 1.2: https://github.com/apache/commons-logging, Apache 2.0
commons-text 1.9: https://github.com/apache/commons-text, Apache 2.0
commons-validator 1.6: https://github.com/apache/commons-validator, Apache 2.0
disruptor 3.4.2: https://github.com/LMAX-Exchange/disruptor, Apache 2.0
dledger 0.1: https://github.com/openmessaging/dledger, Apache 2.0
error_prone_annotations 2.3.4: https://github.com/google/error-prone, Apache 2.0
failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0
listenablefuture 9999.0-empty-to-avoid-conflict-with-guava: https://github.com/google/guava, Apache 2.0
fastjson 1.2.69: https://github.com/alibaba/fastjson, Apache 2.0
guava 29.0-jre: https://github.com/google/guava, Apache 2.0
httpclient 4.5.2: https://github.com/apache/httpcomponents-client, Apache 2.0
httpcore 4.4.4: https://github.com/apache/httpcomponents-core, Apache 2.0
j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0
jackson-annotations 2.11.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0
jackson-core 2.11.0:https://github.com/FasterXML/jackson-core, Apache 2.0
jackson-databind 2.11.0: https://github.com/FasterXML/jackson-databind, Apache 2.0
javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
log4j 1.2.17: https://github.com/apache/log4j, Apache 2.0
log4j-api 2.13.3: https://github.com/apache/log4j, Apache 2.0
log4j-core 2.13.3: https://github.com/apache/log4j, Apache 2.0
metrics-annotation 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
metrics-json 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
netty-all 4.1.49.Final: https://github.com/netty/netty, Apache 2.0
netty-tcnative-boringssl-static 1.1.33.Fork26: https://github.com/netty/netty, Apache 2.0
openmessaging-api 2.22.1-pubsub: https://github.com/openmessaging/dledger, Apache 2.0
opentelemetry-api 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-api-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-context 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-exporter-prometheus 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-sdk 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-sdk-common 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-sdk-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-sdk-trace 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
opentelemetry-semconv 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
rocketmq-acl 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-broker 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-client 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-common 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-filter 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-logging 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-namesrv 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-remoting 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-srvutil 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-store 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-test 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
rocketmq-tools 4.7.1: https://github.com/apache/rocketmq, Apache 2.0
simpleclient 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
simpleclient_common 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
simpleclient_httpserver 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
snakeyaml 1.19/1.23: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
truth 0.30: https://github.com/google/truth, Apache 2.0

========================================================================
BSD licenses
Expand All @@ -224,6 +289,8 @@ BSD licenses
The following components are provided under a BSD license. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

hamcrest-core 1.3: https://github.com/hamcrest/JavaHamcrest, BSD
jsr305 3.0.2: https://code.google.com/archive/p/jsr-305, BSD

========================================================================
CDDL licenses
Expand All @@ -240,6 +307,7 @@ CPL licenses
The following components are provided under the CPL License. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

system-rules 1.16.1: https://github.com/stefanbirkner/system-rules

========================================================================
EPL licenses
Expand All @@ -248,6 +316,8 @@ EPL licenses
The following components are provided under the EPL License. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

junit 4.12: https://github.com/junit-team/junit5, EPL
logback-core 1.0.13: https://github.com/qos-ch/logback, EPL

========================================================================
MIT licenses
Expand All @@ -256,3 +326,6 @@ MIT licenses
The following components are provided under the MIT license. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

checker-qual 2.11.1: https://github.com/typetools/checker-framework, MIT
log4j-slf4j-impl 2.13.3: https://github.com/qos-ch/slf4j, MIT
slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT