Skip to content
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

Dubbo service registry directory not refresh if async and sync @DubboReference on same interface #1950

Closed
theonefx opened this issue Jan 28, 2021 · 0 comments
Assignees
Labels
area/dubbo Tagged as dubbo-related issue/pr

Comments

@theonefx
Copy link
Collaborator

Dubbo service registry directory not refresh if async and sync @DubboReference on same interface

code A:

@RestController
public class DubboConsumerController {

    @Reference
    private EchoService echoService;

code B:

@RestController
public class DubboConsumerASyncController {

    @DubboReference(async = true)
    private EchoService echoService;

if A and B both exist in one project , the server list in registry directory will not refresh.

@theonefx theonefx self-assigned this Jan 28, 2021
@theonefx theonefx added the area/dubbo Tagged as dubbo-related issue/pr label Jan 28, 2021
@theonefx theonefx closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dubbo Tagged as dubbo-related issue/pr
Projects
None yet
Development

No branches or pull requests

1 participant