-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Documentation/2935#dubbo rpc api #2967
Documentation/2935#dubbo rpc api #2967
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2967 +/- ##
==========================================
- Coverage 64.09% 63.93% -0.16%
==========================================
Files 584 584
Lines 26059 26059
Branches 4562 4562
==========================================
- Hits 16702 16662 -40
- Misses 7184 7215 +31
- Partials 2173 2182 +9
Continue to review full report at Codecov.
|
Hi, @khanimteyaz |
apache#2826) * Simplify the code logic of the method AbstractClusterInvoker#reselect. * Minor modification for code style.
* create AbstractRouter * router default method * router default method * router default method * mockinvoker
…ache#2931) * optimize findConfigedPorts method of ServiceConfig to log only one time when userandom port * move the log to method putRandomPort
* Improve UT grammer, fix compiler warnings. * Remove unnecessary braces.
* fix testCustomExecutor * fix ci
delete unused logic and take the logger out.
…r#isMatch (apache#2941) * enhance isMatch * remove useless imports
* add getter and setter for ServiceConfig's interfaceName property#2353 * add interfaceName to ignoreAttributeNames and change the unit test * delete the demo source code and update the unit test * unchange ServiceConfig * update unit test * update unit test * fix apache#2798 and enhance invoke command
* Replace anonymous class with method reference * Revert changes as per @beiwei30 code review
* Abstract retry task * Task for retry. * Fix sth. * Finish Optimize. fix ci failed. * Optimize retry for FailbackRegistry. The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control. * Optimize retry for FailbackRegistry. The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control. * Optimize logger warn's msg. * Optimize FailedNotifiedTask's run method. Optimize addXXXTask, directly return if we already have a retry task. * Optimize notify logic, just notify when the urls is not empty. * Optimize notify logic, just notify when the urls is not empty. * Optimize timer that use daemon thread.
…/khanimteyaz/incubator-dubbo into documentation/2935#dubbo-rpc-api
On it. Sorry for the delay in response.
…On Mon, Dec 17, 2018 at 7:50 AM 时无两丶 ***@***.***> wrote:
Hi, @khanimteyaz <https://github.com/khanimteyaz>
Very nice work, I'd like take a look.
Another thing, would u pls clear your commits? Seems like your pr has four
commits.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2967 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdXcPdW5b5DTbcqEitzRwDCSFGapxd07ks5u5v9TgaJpZM4ZUNbi>
.
|
nice job :) |
What is the purpose of the change
Added javadoc and documentation for dubbo-rpc-api filter package.
Brief changelog
Added documentation for java classes for developer, to provide high level idea what this current class suppose to do.
Verifying this change
Run build locally.
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.