hashgraph / hashgraph/hedera-hcs-sxc-java
mirror subscription: Catch up with SDK changes
Open
bug
P2
- Dominant language
- Java
- Stars
- 20
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**Detailed Description**
Mirror node is going to start rejecting calls to subscribeTopic for topics that don't exist and return GRPC NOT_FOUND.
Will also reject calls with an entity that does exist but is not a topic with INVALID_ARGUMENT.
The SDK will:
When "NOT FOUND", try again with exponential back-off, eventually give up with error.
When "INVALID_ARGUMENT" give up with error
**Actual Behavior**
mirror subscription and relay don't handle these error situations
**Expected Behavior**
Handle error from SDK
Contributor guide
Assessment
This issue has not been assessed yet.