Commit 5fcd20b
authored
feat(sdk)!: Remove
**This is a breaking change as this changes the API**
Removed the method from public API by annotating it as `@internal`.
The API of this method and some other related methods may change soon
(NET-1374).
## Background
The method signature use internal `StreamID` type. If we re-include the
method to public API that parameter type should be changed to
`streamIdOrPath: string`.
Also the magic numbers (`maxQueryResults`, `maxHeartbeatAgeHours`)
should be configurable, or the method name should reflect the fact that
it finds only a subset of operators? Note also that query currently
excludes non-TLS operator nodes. We could either add a configuration
option to handle that exclusion or rename the method (e.g.
`findConnectableOperators()`).StreamrClient#findOperators() (#2876)1 parent c051b0d commit 5fcd20b
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
763 | 767 | | |
764 | 768 | | |
765 | 769 | | |
| |||
0 commit comments