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 2022/12/23 02:42:18 UTC

[incubator-eventmesh] branch config-manage-improve updated (d95cb9b08 -> 9d2ef643f)

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

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


    from d95cb9b08 Merge pull request #2631 from eight-nines/MR1
     new 467acf707 Extract the key prefix of the @ConfigFiled field into @Config
     new c30dd19e1 Improve configuration management of SPI implementations [1] config improve of RocketMQProducerImpl and RocketMQConsumerImpl [2] config UT of RocketMQProducerImpl and RocketMQConsumerImpl
     new 9d2ef643f Merge pull request #2637 from eight-nines/MR1

The 2491 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:
 .../common/config/CommonConfiguration.java         | 41 +++++++------
 .../org/apache/eventmesh/common/config/Config.java |  2 +-
 .../eventmesh/common/config/ConfigService.java     | 41 ++++++++-----
 .../org/apache/eventmesh/common/utils/Convert.java | 13 ++++
 .../rocketmq/config/ClientConfiguration.java       | 35 +++++++++++
 .../rocketmq/consumer/RocketMQConsumerImpl.java    |  5 +-
 .../rocketmq/producer/RocketMQProducerImpl.java    |  9 ++-
 .../rocketmq/config/ClientConfigurationTest.java   | 71 ++++++++++++++++++++++
 .../src/test/resources/rocketmq-client.properties  | 15 +++++
 .../configuration/EventMeshGrpcConfiguration.java  | 48 ++++++++-------
 .../configuration/EventMeshHTTPConfiguration.java  | 61 ++++++++++---------
 .../configuration/EventMeshTCPConfiguration.java   | 50 +++++++--------
 12 files changed, 275 insertions(+), 116 deletions(-)
 create mode 100644 eventmesh-connector-plugin/eventmesh-connector-rocketmq/src/test/java/org/apache/eventmesh/connector/rocketmq/config/ClientConfigurationTest.java


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