Azure / Azure/azure-sdk-for-java
[FEATURE REQ] Define and implement general guidelines on handling terminal subscribe() calls
Open
Azure.Core.AMQP
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 159
Description
Libraries, especially messaging, have several subscribe() calls in the state machine. Sometimes, terminal errors from these calls are bypassed to the reactor's default onErrorDropped handlers, which increases noise in the error log levels.
Creating this issue to centralize handling of such subscribe() calls as @lmolkova pointed out [here](https://github.com/Azure/azure-sdk-for-java/pull/42804#discussion_r1829793273).

Contributor guide
Assessment
This issue has not been assessed yet.