This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
from 7cd8cf63 Bugfix: Add constructor to copy message
new 9f0ba427 Make it adapt with the newest IDL
new dd411737 Apply builder pattern
The 2 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:
csharp/examples/ProducerBenchmark.cs | 80 +++++++++---------
csharp/examples/ProducerDelayMessageExample.cs | 36 ++++----
csharp/examples/ProducerFifoMessageExample.cs | 37 ++++----
csharp/examples/ProducerNormalMessageExample.cs | 37 ++++----
.../examples/ProducerTransactionMessageExample.cs | 32 +++----
csharp/examples/QuickStart.cs | 2 +-
csharp/examples/SimpleConsumerExample.cs | 18 ++--
csharp/rocketmq-client-csharp/ClientConfig.cs | 40 +++++++--
csharp/rocketmq-client-csharp/Consumer.cs | 3 +-
csharp/rocketmq-client-csharp/Message.cs | 93 ++++++++++++++------
.../{TopicRouteException.cs => Preconditions.cs} | 11 ++-
csharp/rocketmq-client-csharp/Producer.cs | 83 ++++++++++++------
.../Protos/apache/rocketmq/v2/definition.proto | 10 +++
.../Protos/apache/rocketmq/v2/service.proto | 1 +
csharp/rocketmq-client-csharp/SimpleConsumer.cs | 54 +++++++++++-
csharp/tests/MessageTest.cs | 98 ++--------------------
16 files changed, 364 insertions(+), 271 deletions(-)
copy csharp/rocketmq-client-csharp/{TopicRouteException.cs =>
Preconditions.cs} (79%)