-
Notifications
You must be signed in to change notification settings - Fork 43
Fix session affinity management (stickiness) in wildfly-http-client #108
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
6c2c255
75162be
782f815
fddb756
75b0292
a359156
c0b9a42
5c637e4
9e059aa
c4d7336
6252596
88560f4
2fdb50f
d2383e7
891ea3a
a4b8e61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,6 +284,10 @@ protected SessionID createSession(final EJBReceiverSessionCreationContext receiv | |
targetContext.awaitSessionId(true, authenticationConfiguration); | ||
CompletableFuture<SessionID> result = new CompletableFuture<>(); | ||
|
||
// debugging | ||
URI backendURI = targetContext.acquireBackendServer(); | ||
|
||
EjbHttpClientMessages.MESSAGES.infof("HttpEJBReceiver: Getting backend server URI: %s", backendURI); | ||
|
||
HttpEJBInvocationBuilder builder = new HttpEJBInvocationBuilder() | ||
.setInvocationType(HttpEJBInvocationBuilder.InvocationType.STATEFUL_CREATE) | ||
.setAppName(locator.getAppName()) | ||
|
Uh oh!
There was an error while loading. Please reload this page.