[RIP-9] Commit docs API_Refernece_TranscationMQProducer.md#815
Closed
HushAsy wants to merge 51 commits intoapache:masterfrom
Closed
[RIP-9] Commit docs API_Refernece_TranscationMQProducer.md#815HushAsy wants to merge 51 commits intoapache:masterfrom
HushAsy wants to merge 51 commits intoapache:masterfrom
Conversation
2. Order Example 3. Schedule Example 4. Batch Example 5. Filter Example 6. Transaction Example 7. Logappender Example 8. OpenMessaging Example
same indentation OpenMessaging
2. Corrected some typos 3. Introduce of the Schedule Message
apache#707) * [RIP-9]add the msg trace of RocketMQ doc part * [RIP-9]add the acl feature of RocketMQ doc part * [RIP-9]adjust the title number of the acl feature doc part for RocketMQ
[ISSUE apache#608] Polish filter example
[RIP-9]Modify the architecture part Develop
[RIP-9]Adjust the formate of RocketMQ ACL doc part.
[RIP-9]Add the operation part
[RIP-9] Add the simple example description
[RIP-9]Add the best practice of RocketMQ
…r configuration [RIP-9] RocketMQ Develop Guide: enhance description section for broker configuration
…pache#765) [RIP-9]Add the features of RocketMQ into the develop guide for users
[RIP-9]add the design content of RocketMQ doc part.
…#758) [RIP-9] Add the introduction of the basic samples in RocketMQ
… in yaml config file dosen't work. (apache#798) * [issue#790]fix defaultTopicPerm and defaultGroupPerm values which are in the yaml config file doesn't work. * [issue#790]fix defaultTopicPerm and defaultGroupPerm doesn't work,fix the unit test.
[RIP-9] Add a delay example in RocketMQ
[RIP-9] Added sample English documents of English transaction messages
…apache#792) [RIP-9] Add the introduction of the batch message samples in RocketMQ
…evelop guide for users (apache#800) [RIP-9]Add the English docs for Filter Example of RocketMQ into the develop guide for users
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.
What is the purpose of the change
API_Refernece_TranscationMQProducer
Brief changelog
create
Verifying this change
1.0
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyleto make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.