-
Notifications
You must be signed in to change notification settings - Fork 165
feat(version): add api to get SDK versions #261
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
Codecov Report
@@ Coverage Diff @@
## master #261 +/- ##
==========================================
+ Coverage 57.86% 58.41% +0.55%
==========================================
Files 182 182
Lines 11683 11769 +86
==========================================
+ Hits 6760 6875 +115
+ Misses 4923 4894 -29
Continue to review full report at Codecov.
|
#define ROCKETMQCPP_VERSION "2.0.0" | ||
#define BUILD_DATE "02-14-2020" | ||
#define BUILD_DATE "22:50:18 02-14-2020" |
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.
ToDo, hope to be fixed in the near long time.
void DefaultMQProducerImpl::logConfigs() { | ||
showClientConfigs(); | ||
|
||
LOG_WARN("SendMsgTimeout:%d ms", m_sendMsgTimeout); |
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.
warn is not better for normal output.
What is the purpose of the change
add api to get SDK versions
CPP API: version()
C API: ShowProducerVersion()... and so on.
you can get SDK version strings like this:
CPP CORE VERSION: 2.0.0, BUILD TIME: 19:30:30 02-14-2020
Brief changelog
feat(version): add api to get SDK versions