You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by wa...@apache.org on 2022/08/09 11:34:58 UTC

[incubator-eventmesh] branch eventmesh-server-go updated (676f91b4 -> 56152da3)

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

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


    from 676f91b4 Merge pull request #1119 from xwm1992/fixLicenseCheck
     new fc19d63e add eventmesh server go
     new f68d4bab add license
     new 56152da3 Merge pull request #1122 from walleliu1016/eventmesh-server-go

The 1296 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:
 .asf.yaml => eventmesh-server-go/.asf.yaml         |   0
 .gitignore => eventmesh-server-go/.gitignore       |   0
 .../.licenserc.yaml                                |   0
 .../CONTRIBUTING.md                                |   0
 .../CONTRIBUTING.zh-CN.md                          |   0
 .../DISCLAIMER-WIP                                 |   0
 LICENSE => eventmesh-server-go/LICENSE             |   0
 eventmesh-server-go/Makefile                       |   0
 NOTICE => eventmesh-server-go/NOTICE               |   0
 README.md => eventmesh-server-go/README.md         |   0
 .../README.zh-CN.md                                |   0
 eventmesh-server-go/api/openapi-spec/swagger.json  |   0
 .../api/protobuf-spec/eventmesh.proto              |   0
 eventmesh-server-go/assets/REAEMD.md               |   1 +
 eventmesh-server-go/cmd/runtime/README.md          |   1 +
 .../cmd/runtime/cmd/root.go                        |   8 +-
 .../cmd/runtime/main.go                            |   8 +-
 eventmesh-server-go/configs/conf.toml              |   0
 eventmesh-server-go/deployments/README.md          |   1 +
 .../deployments/docker-compose/eventmesh.yml       |   0
 eventmesh-server-go/deployments/helms/REAME.md     |   1 +
 .../docs}/en/contribute/01-release.md              |   0
 .../docs}/en/contribute/02-write-unit-test.md      |   0
 .../en/contribute/03-new-contributor-guidelines.md |   0
 .../docs}/en/contribute/_category_.json            |   0
 .../docs}/en/design-document/01-workflow.md        |   0
 .../en/design-document/02-runtime-protocol.md      |   0
 .../docs}/en/design-document/03-stream.md          |   0
 .../docs}/en/design-document/04-schema-registry.md |   0
 .../docs}/en/design-document/05-metrics-export.md  |   0
 .../docs}/en/design-document/06-cloudevents.md     |   0
 .../docs}/en/design-document/07-tracing.md         |   0
 .../docs}/en/design-document/08-spi.md             |   0
 .../docs}/en/design-document/_category_.json       |   0
 .../docs}/en/instruction/01-store-with-docker.md   |   2 +-
 .../docs}/en/instruction/01-store.md               |   0
 .../docs}/en/instruction/02-runtime-with-docker.md |   0
 .../docs}/en/instruction/02-runtime.md             |   0
 .../docs}/en/instruction/03-demo.md                |   0
 .../docs}/en/instruction/_category_.json           |   0
 .../docs}/en/introduction.md                       |   0
 .../docs}/en/metrics-tracing/01-prometheus.md      |   0
 .../docs}/en/metrics-tracing/02-zipkin.md          |   0
 .../docs}/en/metrics-tracing/_category_.json       |   0
 eventmesh-server-go/docs/en/roadmap.md             |  27 +++
 .../docs}/en/sdk-java/02-http.md                   |   0
 .../docs}/en/sdk-java/03-tcp.md                    |   0
 .../docs}/en/sdk-java/04-grpc.md                   |   0
 .../docs}/en/sdk-java/_category_.json              |   0
 .../docs}/en/sdk-java/intro.md                     |   0
 .../docs}/images/contact/wechat-assistant.jpg      | Bin
 .../docs}/images/contact/wechat-official.jpg       | Bin
 .../docs}/images/design-document/async-message.png | Bin
 .../images/design-document/broadcast-message.png   | Bin
 .../cloudevents-pluggable-protocols.png            | Bin
 .../schema-registry-architecture.png               | Bin
 .../design-document/schema-registry-process.jpg    | Bin
 .../schema-registry-project-structure.png          | Bin
 .../images/design-document/stream-architecture.png | Bin
 .../design-document/stream-component-interface.png | Bin
 .../design-document/stream-component-routes.png    | Bin
 .../stream-event-driven-consumer.png               | Bin
 .../design-document/stream-sync-producer.png       | Bin
 .../docs}/images/design-document/sync-message.png  | Bin
 .../docs}/images/design-document/tcp-protocol.png  | Bin
 .../design-document/webhook/webhook-github-add.png | Bin
 .../webhook/webhook-github-info.png                | Bin
 .../webhook/webhook-github-setting.png             | Bin
 .../webhook/webhook-github-webhooks.png            | Bin
 .../design-document/workflow-architecture.jpg      | Bin
 .../images/design-document/workflow-diagram.png    | Bin
 .../images/design-document/workflow-use-case.jpg   | Bin
 .../docs}/images/eventmesh-architecture.png        | Bin
 .../docs}/images/eventmesh-bridge.png              | Bin
 .../docs}/images/eventmesh-orchestration.png       | Bin
 .../docs}/images/favicon.ico                       | Bin
 .../docs}/images/incubator-logo.png                | Bin
 {docs => eventmesh-server-go/docs}/images/logo.png | Bin
 .../docs/zh}/contribute/01-release.md              |   0
 .../docs/zh}/contribute/02-write-unit-test.md      |   0
 .../contribute/03-new-contributor-guidelines.md    |   0
 .../docs/zh}/contribute/_category_.json            |   0
 .../zh/desing-document/02-runtime-protocol.md      |   0
 .../docs}/zh/desing-document/06-cloudevents.md     |   0
 .../docs}/zh/desing-document/08-spi.md             |   0
 .../docs}/zh/desing-document/_category_.json       |   0
 .../zh/desing-document/eventmesh-unit-test-rule.md |   0
 .../docs}/zh/desing-document/https.md              |   0
 .../docs}/zh/desing-document/webhook.md            |   0
 .../docs}/zh/instruction/00-eclipse.md             |   0
 .../docs}/zh/instruction/01-store-with-docker.md   |   2 +-
 .../docs}/zh/instruction/01-store.md               |   0
 .../docs}/zh/instruction/02-runtime-with-docker.md |   0
 .../docs}/zh/instruction/02-runtime.md             |   0
 .../docs}/zh/instruction/03-demo.md                |   0
 .../docs}/zh/instruction/_category_.json           |   0
 .../docs}/zh/introduction.md                       |   0
 .../docs}/zh/metrics-tracing/01-prometheus.md      |   0
 .../docs}/zh/metrics-tracing/02-zipkin.md          |   0
 .../docs/zh}/metrics-tracing/_category_.json       |   0
 eventmesh-server-go/docs/zh/roadmap.md             |  27 +++
 .../docs}/zh/sdk-java/01-intro.md                  |   0
 .../docs}/zh/sdk-java/02-http.md                   |   0
 .../docs}/zh/sdk-java/03-tcp.md                    |   0
 .../docs}/zh/sdk-java/04-grpc.md                   |   0
 .../docs}/zh/sdk-java/_category_.json              |   0
 eventmesh-server-go/examples/README.md             |   1 +
 eventmesh-server-go/go.mod                         |  17 ++
 eventmesh-server-go/go.sum                         |  33 ++++
 .../internal/runtime/client.go                     |   6 +-
 eventmesh-server-go/log/api.go                     | 125 +++++++++++++
 .../log/logger.go                                  |   6 +-
 eventmesh-server-go/log/zap/log.go                 | 195 +++++++++++++++++++++
 eventmesh-server-go/pkg/README.md                  |   1 +
 eventmesh-server-go/scripts/REAEMD.md              |   1 +
 .../style}/checkStyle.xml                          |   0
 .../tools}/dependency-check/check-dependencies.sh  |   0
 .../tools}/dependency-check/known-dependencies.txt |  34 ++--
 .../tools}/third-party-licenses/LICENSE            |   0
 .../tools}/third-party-licenses/NOTICE             |   0
 .../licenses/go/LICENSE-cloud.google.com-go.txt    |   0
 .../go/LICENSE-github.com-BurntSushi-toml.txt      |   0
 .../go/LICENSE-github.com-OneOfOne-xxhash.txt      |   0
 .../go/LICENSE-github.com-antihax-optional.txt     |   0
 ...com-census-instrumentation-opencensus-proto.txt |   0
 .../go/LICENSE-github.com-cespare-xxhash-v2.txt    |   0
 .../go/LICENSE-github.com-cespare-xxhash.txt       |   0
 .../go/LICENSE-github.com-client9-misspell.txt     |   0
 .../LICENSE-github.com-cloudevents-sdk-go-v2.txt   |   0
 .../go/LICENSE-github.com-cncf-udpa-go.txt         |   0
 .../licenses/go/LICENSE-github.com-cncf-xds-go.txt |   0
 .../licenses/go/LICENSE-github.com-creack-pty.txt  |   0
 .../go/LICENSE-github.com-davecgh-go-spew.txt      |   0
 .../go/LICENSE-github.com-deckarep-golang-set.txt  |   0
 ...ENSE-github.com-envoyproxy-go-control-plane.txt |   0
 ...E-github.com-envoyproxy-protoc-gen-validate.txt |   0
 .../licenses/go/LICENSE-github.com-ghodss-yaml.txt |   0
 .../licenses/go/LICENSE-github.com-golang-glog.txt |   0
 .../licenses/go/LICENSE-github.com-golang-mock.txt |   0
 .../go/LICENSE-github.com-golang-protobuf.txt      |   0
 .../go/LICENSE-github.com-google-go-cmp.txt        |   0
 .../go/LICENSE-github.com-google-gofuzz.txt        |   0
 .../licenses/go/LICENSE-github.com-google-uuid.txt |   0
 ...ENSE-github.com-grpc-ecosystem-grpc-gateway.txt |   0
 .../go/LICENSE-github.com-json-iterator-go.txt     |   0
 .../licenses/go/LICENSE-github.com-kr-pty.txt      |   0
 .../licenses/go/LICENSE-github.com-kr-text.txt     |   0
 .../go/LICENSE-github.com-modern-go-concurrent.txt |   0
 .../go/LICENSE-github.com-modern-go-reflect2.txt   |   0
 .../go/LICENSE-github.com-niemeyer-pretty.txt      |   0
 .../go/LICENSE-github.com-panjf2000-ants.txt       |   0
 .../licenses/go/LICENSE-github.com-pkg-errors.txt  |   0
 .../go/LICENSE-github.com-pmezard-go-difflib.txt   |   0
 .../LICENSE-github.com-prometheus-client_model.txt |   0
 .../go/LICENSE-github.com-rogpeppe-fastuuid.txt    |   0
 .../go/LICENSE-github.com-sony-sonyflake.txt       |   0
 .../go/LICENSE-github.com-spaolacci-murmur3.txt    |   0
 .../go/LICENSE-github.com-stretchr-objx.txt        |   0
 .../go/LICENSE-github.com-stretchr-testify.txt     |   0
 .../LICENSE-github.com-valyala-bytebufferpool.txt  |   0
 .../go/LICENSE-go.opentelemetry.io-proto-otlp.txt  |   0
 .../licenses/go/LICENSE-go.uber.org-atomic.txt     |   0
 .../licenses/go/LICENSE-go.uber.org-multierr.txt   |   0
 .../licenses/go/LICENSE-go.uber.org-zap.txt        |   0
 .../licenses/go/LICENSE-golang.org-x-crypto.txt    |   0
 .../licenses/go/LICENSE-golang.org-x-exp.txt       |   0
 .../licenses/go/LICENSE-golang.org-x-lint.txt      |   0
 .../licenses/go/LICENSE-golang.org-x-net.txt       |   0
 .../licenses/go/LICENSE-golang.org-x-oauth2.txt    |   0
 .../licenses/go/LICENSE-golang.org-x-sync.txt      |   0
 .../licenses/go/LICENSE-golang.org-x-sys.txt       |   0
 .../licenses/go/LICENSE-golang.org-x-text.txt      |   0
 .../licenses/go/LICENSE-golang.org-x-tools.txt     |   0
 .../licenses/go/LICENSE-golang.org-x-xerrors.txt   |   0
 .../go/LICENSE-google.golang.org-appengine.txt     |   0
 .../go/LICENSE-google.golang.org-genproto.txt      |   0
 .../licenses/go/LICENSE-google.golang.org-grpc.txt |   0
 .../go/LICENSE-google.golang.org-protobuf.txt      |   0
 .../licenses/go/LICENSE-gopkg.in-check.v1.txt      |   0
 .../licenses/go/LICENSE-gopkg.in-yaml.v2.txt       |   0
 .../licenses/go/LICENSE-gopkg.in-yaml.v3.txt       |   0
 .../licenses/go/LICENSE-honnef.co-go-tools.txt     |   0
 .../licenses/java/LICENSE-assertj-core.txt         |   0
 .../licenses/java/LICENSE-checker-qual.txt         |   0
 .../licenses/java/LICENSE-cloudevents-api.txt      |   0
 .../licenses/java/LICENSE-cloudevents-core.txt     |   0
 .../java/LICENSE-cloudevents-json-jackson.txt      |   0
 .../licenses/java/LICENSE-commons-beanutils.txt    |   0
 .../licenses/java/LICENSE-commons-cli.txt          |   0
 .../licenses/java/LICENSE-commons-codec.txt        |   0
 .../licenses/java/LICENSE-commons-collections.txt  |   0
 .../licenses/java/LICENSE-commons-collections4.txt |   0
 .../licenses/java/LICENSE-commons-digester.txt     |   0
 .../licenses/java/LICENSE-commons-lang3.txt        |   0
 .../licenses/java/LICENSE-commons-logging.txt      |   0
 .../licenses/java/LICENSE-commons-text.txt         |   0
 .../licenses/java/LICENSE-commons-validator.txt    |   0
 .../licenses/java/LICENSE-consul-api.txt           |   0
 .../licenses/java/LICENSE-disruptor.txt            |   0
 .../licenses/java/LICENSE-dledger.txt              |   0
 .../java/LICENSE-error_prone_annotations.txt       |   0
 .../licenses/java/LICENSE-failureaccess.txt        |   0
 .../licenses/java/LICENSE-fastjson.txt             |   0
 .../licenses/java/LICENSE-grpc-context.txt         |   0
 .../licenses/java/LICENSE-grpc-core.txt            |   0
 .../licenses/java/LICENSE-grpc-netty-shaded.txt    |   0
 .../licenses/java/LICENSE-grpc-netty.txt           |   0
 .../licenses/java/LICENSE-grpc-protobuf-lite.txt   |   0
 .../licenses/java/LICENSE-grpc-protobuf.txt        |   0
 .../licenses/java/LICENSE-grpc-stub.txt            |   0
 .../licenses/java/LICENSE-gson.txt                 |   0
 .../licenses/java/LICENSE-guava.txt                |   0
 .../licenses/java/LICENSE-hamcrest-core.txt        |   0
 .../licenses/java/LICENSE-httpasyncclient.txt      |   0
 .../licenses/java/LICENSE-httpclient.txt           |   0
 .../licenses/java/LICENSE-httpcore-nio.txt         |   0
 .../licenses/java/LICENSE-httpcore.txt             |   0
 .../licenses/java/LICENSE-ipaddress.txt            |   0
 .../licenses/java/LICENSE-j2objc-annotations.txt   |   0
 .../licenses/java/LICENSE-jackson-annotations.txt  |   0
 .../licenses/java/LICENSE-jackson-core.txt         |   0
 .../licenses/java/LICENSE-jackson-databind.txt     |   0
 .../licenses/java/LICENSE-javassist.txt            |   0
 .../licenses/java/LICENSE-javax.annotation-api.txt |   0
 .../licenses/java/LICENSE-jcommander.txt           |   0
 .../licenses/java/LICENSE-jna.txt                  |   0
 .../licenses/java/LICENSE-jsr305.txt               |   0
 .../licenses/java/LICENSE-junit.txt                |   0
 .../licenses/java/LICENSE-listenablefuture.txt     |   0
 .../licenses/java/LICENSE-log4j-api.txt            |   0
 .../licenses/java/LICENSE-log4j-core.txt           |   0
 .../licenses/java/LICENSE-log4j-slf4j-impl.txt     |   0
 .../licenses/java/LICENSE-logback-core.txt         |   0
 .../licenses/java/LICENSE-metrics-annotation.txt   |   0
 .../licenses/java/LICENSE-metrics-core.txt         |   0
 .../licenses/java/LICENSE-metrics-healthchecks.txt |   0
 .../licenses/java/LICENSE-metrics-json.txt         |   0
 .../licenses/java/LICENSE-nacos-client.txt         |   0
 .../licenses/java/LICENSE-netty-all.txt            |   0
 .../licenses/java/LICENSE-netty-buffer.txt         |   0
 .../licenses/java/LICENSE-netty-codec-dns.txt      |   0
 .../licenses/java/LICENSE-netty-codec-haproxy.txt  |   0
 .../licenses/java/LICENSE-netty-codec-http.txt     |   0
 .../licenses/java/LICENSE-netty-codec-http2.txt    |   0
 .../licenses/java/LICENSE-netty-codec-memcache.txt |   0
 .../licenses/java/LICENSE-netty-codec-mqtt.txt     |   0
 .../licenses/java/LICENSE-netty-codec-redis.txt    |   0
 .../licenses/java/LICENSE-netty-codec-smtp.txt     |   0
 .../licenses/java/LICENSE-netty-codec-socks.txt    |   0
 .../licenses/java/LICENSE-netty-codec-stomp.txt    |   0
 .../licenses/java/LICENSE-netty-codec-xml.txt      |   0
 .../licenses/java/LICENSE-netty-codec.txt          |   0
 .../licenses/java/LICENSE-netty-common.txt         |   0
 .../licenses/java/LICENSE-netty-handler-proxy.txt  |   0
 .../licenses/java/LICENSE-netty-handler.txt        |   0
 .../LICENSE-netty-resolver-dns-classes-macos.txt   |   0
 .../LICENSE-netty-resolver-dns-native-macos.txt    |   0
 .../licenses/java/LICENSE-netty-resolver-dns.txt   |   0
 .../licenses/java/LICENSE-netty-resolver.txt       |   0
 .../LICENSE-netty-tcnative-boringssl-static.txt    |   0
 .../java/LICENSE-netty-tcnative-classes.txt        |   0
 .../java/LICENSE-netty-transport-classes-epoll.txt |   0
 .../LICENSE-netty-transport-classes-kqueue.txt     |   0
 .../java/LICENSE-netty-transport-native-epoll.txt  |   0
 .../java/LICENSE-netty-transport-native-kqueue.txt |   0
 .../LICENSE-netty-transport-native-unix-common.txt |   0
 .../licenses/java/LICENSE-netty-transport-rxtx.txt |   0
 .../licenses/java/LICENSE-netty-transport-sctp.txt |   0
 .../licenses/java/LICENSE-netty-transport-udt.txt  |   0
 .../licenses/java/LICENSE-netty-transport.txt      |   0
 .../licenses/java/LICENSE-okhttp.txt               |   0
 .../licenses/java/LICENSE-okio.txt                 |   0
 .../licenses/java/LICENSE-opencensus-api.txt       |   0
 .../LICENSE-opencensus-contrib-grpc-metrics.txt    |   0
 .../licenses/java/LICENSE-openmessaging-api.txt    |   0
 .../java/LICENSE-opentelemetry-api-metrics.txt     |   0
 .../licenses/java/LICENSE-opentelemetry-api.txt    |   0
 .../java/LICENSE-opentelemetry-context.txt         |   0
 .../LICENSE-opentelemetry-exporter-prometheus.txt  |   0
 .../java/LICENSE-opentelemetry-exporter-zipkin.txt |   0
 .../java/LICENSE-opentelemetry-sdk-common.txt      |   0
 .../java/LICENSE-opentelemetry-sdk-metrics.txt     |   0
 .../java/LICENSE-opentelemetry-sdk-trace.txt       |   0
 .../licenses/java/LICENSE-opentelemetry-sdk.txt    |   0
 .../java/LICENSE-opentelemetry-semconv.txt         |   0
 .../java/LICENSE-proto-google-common-protos.txt    |   0
 .../licenses/java/LICENSE-protobuf-java.txt        |   0
 .../licenses/java/LICENSE-reflections.txt          |   0
 .../licenses/java/LICENSE-rocketmq-acl.txt         |   0
 .../licenses/java/LICENSE-rocketmq-broker.txt      |   0
 .../licenses/java/LICENSE-rocketmq-client.txt      |   0
 .../licenses/java/LICENSE-rocketmq-common.txt      |   0
 .../licenses/java/LICENSE-rocketmq-filter.txt      |   0
 .../licenses/java/LICENSE-rocketmq-logging.txt     |   0
 .../licenses/java/LICENSE-rocketmq-namesrv.txt     |   0
 .../licenses/java/LICENSE-rocketmq-remoting.txt    |   0
 .../licenses/java/LICENSE-rocketmq-srvutil.txt     |   0
 .../licenses/java/LICENSE-rocketmq-store.txt       |   0
 .../licenses/java/LICENSE-rocketmq-test.txt        |   0
 .../licenses/java/LICENSE-rocketmq-tools.txt       |   0
 .../licenses/java/LICENSE-simpleclient.txt         |   0
 .../licenses/java/LICENSE-simpleclient_common.txt  |   0
 .../java/LICENSE-simpleclient_httpserver.txt       |   0
 .../licenses/java/LICENSE-slf4j-api.txt            |   0
 .../licenses/java/LICENSE-snakeyam.txt             |   0
 .../licenses/java/LICENSE-snakeyaml.txt            |   0
 .../licenses/java/LICENSE-system-rules.txt         |   0
 .../licenses/java/LICENSE-truth.txt                |   0
 .../licenses/java/LICENSE-zipkin-reporter.txt      |   0
 .../java/LICENSE-zipkin-sender-okhttp3.txt         |   0
 .../licenses/java/LICENSE-zipkin.txt               |   0
 311 files changed, 463 insertions(+), 34 deletions(-)
 copy .asf.yaml => eventmesh-server-go/.asf.yaml (100%)
 copy .gitignore => eventmesh-server-go/.gitignore (100%)
 copy .licenserc.yaml => eventmesh-server-go/.licenserc.yaml (100%)
 copy CONTRIBUTING.md => eventmesh-server-go/CONTRIBUTING.md (100%)
 copy CONTRIBUTING.zh-CN.md => eventmesh-server-go/CONTRIBUTING.zh-CN.md (100%)
 copy DISCLAIMER-WIP => eventmesh-server-go/DISCLAIMER-WIP (100%)
 copy LICENSE => eventmesh-server-go/LICENSE (100%)
 create mode 100644 eventmesh-server-go/Makefile
 copy NOTICE => eventmesh-server-go/NOTICE (100%)
 copy README.md => eventmesh-server-go/README.md (100%)
 copy README.zh-CN.md => eventmesh-server-go/README.zh-CN.md (100%)
 create mode 100644 eventmesh-server-go/api/openapi-spec/swagger.json
 create mode 100644 eventmesh-server-go/api/protobuf-spec/eventmesh.proto
 create mode 100644 eventmesh-server-go/assets/REAEMD.md
 create mode 100644 eventmesh-server-go/cmd/runtime/README.md
 copy eventmesh-sdk-go/http/producer/eventmesh_protocol_producer.go => eventmesh-server-go/cmd/runtime/cmd/root.go (88%)
 copy eventmesh-sdk-go/http/producer/eventmesh_protocol_producer.go => eventmesh-server-go/cmd/runtime/main.go (87%)
 create mode 100644 eventmesh-server-go/configs/conf.toml
 create mode 100644 eventmesh-server-go/deployments/README.md
 create mode 100644 eventmesh-server-go/deployments/docker-compose/eventmesh.yml
 create mode 100644 eventmesh-server-go/deployments/helms/REAME.md
 copy {docs => eventmesh-server-go/docs}/en/contribute/01-release.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/contribute/02-write-unit-test.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/contribute/03-new-contributor-guidelines.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/contribute/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/01-workflow.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/02-runtime-protocol.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/03-stream.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/04-schema-registry.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/05-metrics-export.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/06-cloudevents.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/07-tracing.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/08-spi.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/design-document/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/01-store-with-docker.md (91%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/01-store.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/02-runtime-with-docker.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/02-runtime.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/03-demo.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/instruction/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/en/introduction.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/metrics-tracing/01-prometheus.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/metrics-tracing/02-zipkin.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/metrics-tracing/_category_.json (100%)
 create mode 100644 eventmesh-server-go/docs/en/roadmap.md
 copy {docs => eventmesh-server-go/docs}/en/sdk-java/02-http.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/sdk-java/03-tcp.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/sdk-java/04-grpc.md (100%)
 copy {docs => eventmesh-server-go/docs}/en/sdk-java/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/en/sdk-java/intro.md (100%)
 copy {docs => eventmesh-server-go/docs}/images/contact/wechat-assistant.jpg (100%)
 copy {docs => eventmesh-server-go/docs}/images/contact/wechat-official.jpg (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/async-message.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/broadcast-message.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/cloudevents-pluggable-protocols.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/schema-registry-architecture.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/schema-registry-process.jpg (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/schema-registry-project-structure.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/stream-architecture.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/stream-component-interface.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/stream-component-routes.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/stream-event-driven-consumer.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/stream-sync-producer.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/sync-message.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/tcp-protocol.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/webhook/webhook-github-add.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/webhook/webhook-github-info.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/webhook/webhook-github-setting.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/webhook/webhook-github-webhooks.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/workflow-architecture.jpg (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/workflow-diagram.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/design-document/workflow-use-case.jpg (100%)
 copy {docs => eventmesh-server-go/docs}/images/eventmesh-architecture.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/eventmesh-bridge.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/eventmesh-orchestration.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/favicon.ico (100%)
 copy {docs => eventmesh-server-go/docs}/images/incubator-logo.png (100%)
 copy {docs => eventmesh-server-go/docs}/images/logo.png (100%)
 copy {docs/en => eventmesh-server-go/docs/zh}/contribute/01-release.md (100%)
 copy {docs/en => eventmesh-server-go/docs/zh}/contribute/02-write-unit-test.md (100%)
 copy {docs/en => eventmesh-server-go/docs/zh}/contribute/03-new-contributor-guidelines.md (100%)
 copy {docs/en => eventmesh-server-go/docs/zh}/contribute/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/02-runtime-protocol.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/06-cloudevents.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/08-spi.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/eventmesh-unit-test-rule.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/https.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/desing-document/webhook.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/00-eclipse.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/01-store-with-docker.md (88%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/01-store.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/02-runtime-with-docker.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/02-runtime.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/03-demo.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/instruction/_category_.json (100%)
 copy {docs => eventmesh-server-go/docs}/zh/introduction.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/metrics-tracing/01-prometheus.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/metrics-tracing/02-zipkin.md (100%)
 copy {docs/en => eventmesh-server-go/docs/zh}/metrics-tracing/_category_.json (100%)
 create mode 100644 eventmesh-server-go/docs/zh/roadmap.md
 copy {docs => eventmesh-server-go/docs}/zh/sdk-java/01-intro.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/sdk-java/02-http.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/sdk-java/03-tcp.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/sdk-java/04-grpc.md (100%)
 copy {docs => eventmesh-server-go/docs}/zh/sdk-java/_category_.json (100%)
 create mode 100644 eventmesh-server-go/examples/README.md
 create mode 100644 eventmesh-server-go/go.mod
 create mode 100644 eventmesh-server-go/go.sum
 copy eventmesh-sdk-go/http/producer/eventmesh_protocol_producer.go => eventmesh-server-go/internal/runtime/client.go (88%)
 create mode 100644 eventmesh-server-go/log/api.go
 copy eventmesh-sdk-go/http/producer/eventmesh_protocol_producer.go => eventmesh-server-go/log/logger.go (88%)
 create mode 100644 eventmesh-server-go/log/zap/log.go
 create mode 100644 eventmesh-server-go/pkg/README.md
 create mode 100644 eventmesh-server-go/scripts/REAEMD.md
 copy {style => eventmesh-server-go/style}/checkStyle.xml (100%)
 copy {tools => eventmesh-server-go/tools}/dependency-check/check-dependencies.sh (100%)
 copy {tools => eventmesh-server-go/tools}/dependency-check/known-dependencies.txt (96%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/LICENSE (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/NOTICE (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-cloud.google.com-go.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-BurntSushi-toml.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-OneOfOne-xxhash.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-antihax-optional.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-census-instrumentation-opencensus-proto.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash-v2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-client9-misspell.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-cloudevents-sdk-go-v2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-cncf-udpa-go.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-cncf-xds-go.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-creack-pty.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-davecgh-go-spew.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-deckarep-golang-set.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-go-control-plane.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-protoc-gen-validate.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-ghodss-yaml.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-golang-glog.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-golang-mock.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-golang-protobuf.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-google-go-cmp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-google-gofuzz.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-google-uuid.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-grpc-ecosystem-grpc-gateway.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-json-iterator-go.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-kr-pty.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-kr-text.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-concurrent.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-reflect2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-niemeyer-pretty.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-panjf2000-ants.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-pkg-errors.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-pmezard-go-difflib.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-prometheus-client_model.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-rogpeppe-fastuuid.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-sony-sonyflake.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-spaolacci-murmur3.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-objx.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-testify.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-github.com-valyala-bytebufferpool.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-go.opentelemetry.io-proto-otlp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-go.uber.org-atomic.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-go.uber.org-multierr.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-go.uber.org-zap.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-crypto.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-exp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-lint.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-net.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-oauth2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-sync.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-sys.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-text.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-tools.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-golang.org-x-xerrors.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-google.golang.org-appengine.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-google.golang.org-genproto.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-google.golang.org-grpc.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-google.golang.org-protobuf.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-gopkg.in-check.v1.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v3.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/go/LICENSE-honnef.co-go-tools.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-assertj-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-checker-qual.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-cloudevents-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-cloudevents-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-cloudevents-json-jackson.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-beanutils.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-cli.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-codec.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-collections.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-collections4.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-digester.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-lang3.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-logging.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-text.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-commons-validator.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-consul-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-disruptor.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-dledger.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-error_prone_annotations.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-failureaccess.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-fastjson.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-context.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-netty-shaded.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-netty.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-protobuf-lite.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-protobuf.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-grpc-stub.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-gson.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-guava.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-hamcrest-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-httpasyncclient.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-httpclient.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-httpcore-nio.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-httpcore.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-ipaddress.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-j2objc-annotations.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jackson-annotations.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jackson-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jackson-databind.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-javassist.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-javax.annotation-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jcommander.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jna.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-jsr305.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-junit.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-listenablefuture.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-log4j-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-log4j-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-log4j-slf4j-impl.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-logback-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-metrics-annotation.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-metrics-core.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-metrics-healthchecks.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-metrics-json.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-nacos-client.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-all.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-buffer.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-dns.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-haproxy.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-http.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-http2.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-memcache.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-mqtt.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-redis.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-smtp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-socks.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-stomp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec-xml.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-codec.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-common.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-handler-proxy.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-handler.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-classes-macos.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-native-macos.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-resolver.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-tcnative-boringssl-static.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-tcnative-classes.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-epoll.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-kqueue.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-native-epoll.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-native-kqueue.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-native-unix-common.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-rxtx.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-sctp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport-udt.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-netty-transport.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-okhttp.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-okio.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opencensus-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opencensus-contrib-grpc-metrics.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-openmessaging-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-api-metrics.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-context.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-prometheus.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-zipkin.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-common.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-metrics.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-trace.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-opentelemetry-semconv.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-proto-google-common-protos.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-protobuf-java.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-reflections.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-acl.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-broker.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-client.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-common.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-filter.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-logging.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-namesrv.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-remoting.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-srvutil.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-store.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-test.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-rocketmq-tools.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-simpleclient.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-simpleclient_common.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-simpleclient_httpserver.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-slf4j-api.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-snakeyam.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-snakeyaml.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-system-rules.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-truth.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-zipkin-reporter.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-zipkin-sender-okhttp3.txt (100%)
 copy {tools => eventmesh-server-go/tools}/third-party-licenses/licenses/java/LICENSE-zipkin.txt (100%)


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