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

Intermittent SubscriberPublMsgToMsgRetComplBean test #4490

Closed
danielkec opened this issue Jul 8, 2022 · 1 comment · Fixed by #4491
Closed

Intermittent SubscriberPublMsgToMsgRetComplBean test #4490

danielkec opened this issue Jul 8, 2022 · 1 comment · Fixed by #4491
Assignees
Labels
intermittent messaging Reactive Messaging
Milestone

Comments

@danielkec
Copy link
Contributor

RC in the SubscriberPublMsgToMsgRetComplBean messaging test.

assertValid() needs to wait explicitly for stream complete signal or countdown latch as
incoming message fills result asynchronously

    @Incoming("cs-void-message")
    public CompletionStage<Void> consumeMessageAndReturnCompletionStageOfVoid(Message<String> message) {
        return CompletableFuture.runAsync(() -> resultData.add(message.getPayload()), executor);
    }
@danielkec danielkec self-assigned this Jul 8, 2022
@danielkec danielkec added messaging Reactive Messaging intermittent labels Jul 8, 2022
@danielkec danielkec added this to the 3.0.0 milestone Jul 8, 2022
@danielkec
Copy link
Contributor Author

Same issue as #4468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intermittent messaging Reactive Messaging
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant