Skip to content

[CXF-9189]Exceptions Not Logged When Using SseEventSink in JAX-RS SSE…#2919

Open
ffang wants to merge 2 commits intoapache:mainfrom
ffang:CXF-9189
Open

[CXF-9189]Exceptions Not Logged When Using SseEventSink in JAX-RS SSE…#2919
ffang wants to merge 2 commits intoapache:mainfrom
ffang:CXF-9189

Conversation

@ffang
Copy link
Contributor

@ffang ffang commented Mar 4, 2026

… Endpoint

try {
action.call();
// give async logger a moment *before restoring*
Thread.sleep(1000);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if we could use more reliable way to capture logs, in memory appender fe or alike, Thead.sleep has proven to be very unstable. Could also look into it in a fea days (sorry, on vacation now), thanks @ffang

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @reta ,

Good suggestion, addressed accordingly by 463d335

Thanks!
Freeman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants