-
Notifications
You must be signed in to change notification settings - Fork 18
add rocketmq as transport #78
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
Conversation
Change-Id: Idec4d097683e5bd691f65ba1a40b5f48ba5312ab
Change-Id: I6b6f412a072d585ce1695cc80547ff26c0a4d11d
Change-Id: Ib27fec64f35f3a196ac58689b65e0af63cf9e4c8
Change-Id: I33f5c050d19c318ff251ca80548e764c0270d589
Change-Id: Iba3174e66f27d09209e3f66aff6f7467457ad271
Change-Id: I2c43992ef9f66f9898f017f7c76f2ba31745f619
Change-Id: I4ded067f7a22f0e573ed3c96b99ae334bbb8ec31
Change-Id: I712a5413ab43393e398a00cf12afe4e916e361fb
Change-Id: I212ee343bce187cde7d37ab897cd31cad4ccbca1
Change-Id: Ic0c12d9137ea6212e59beab28adbc1a58ec04d6a
Change-Id: I48b4426d86061e0b3c8ec0f9c44fd313dd494e2d
|
drizzle.zk seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Change-Id: Idf248fc1dde8614e9683af04404776f2094144e9
| logger.error("bizTopic is empty"); | ||
| } | ||
| if (StringUtils.isEmpty(BIZ_CONSUMER_GROUP)) { | ||
| logger.error("bizConsumerGroup is empty"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use info level log.
| public void init() { | ||
| try { | ||
| if (!checkConfigParam()) { | ||
| logger.error("checkConfigParam rocketmq config param is not ok, ignore rocketmq server!!!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use info level log.
Change-Id: Ie96f2a9ca86c13f6e45e6277f37be7aa53610df1
add rocketmq as transport