You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question Description: I am using Apache Pulsar integrated with Spring Boot and have defined a message consumer method as shown below:
When the consumeString3 method throws an exception, I expect the exception stack trace to be logged. However, after running the application, no exception logs appear in the console or log files.
Want to confirm why the exception is not printed in the log. Do you need to configure additional properties of Pulsar or Spring Boot to enable exception logging? Using a try-catch block directly inside the @PulsarListener method to log exceptions is generally considered a poor practice for several
The text was updated successfully, but these errors were encountered:
Hi @Programmer-yyds ,
The team has been busy and has not got around to this issue yet. However, it is on our radar and we should get to it in the next 24-48hrs. Thanks for your patience.
Question Description: I am using Apache Pulsar integrated with Spring Boot and have defined a message consumer method as shown below:
When the consumeString3 method throws an exception, I expect the exception stack trace to be logged. However, after running the application, no exception logs appear in the console or log files.
Want to confirm why the exception is not printed in the log. Do you need to configure additional properties of Pulsar or Spring Boot to enable exception logging? Using a try-catch block directly inside the @PulsarListener method to log exceptions is generally considered a poor practice for several
The text was updated successfully, but these errors were encountered: