operator-framework / operator-framework/java-operator-sdk
Support for Reactive Programing Model
Open
@csviri is already working on this.
Since Jan 3, 2022.
exploratory
feature
needs-discussion
- Dominant language
- Java
- Stars
- 944
- Forks
- 242
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 43
Description
Usually Async IO and reactive programming leads to a better performance and resource utilization. The plan within this issue is to support ALSO writing controller using reactive model (using vertx and mutiny ).
One of the issues for now is that fabric8 client does not support this. So in the first step we might end up with a hybrid system.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.