forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-32684][rpc] Introduces RpcOptions and deprecates AkkaOptions (a…
…pache#24188) * Renames AkkaOptions into RpcOptions using the IDE and updates the class' JavaDoc * Copies RpcOptions to AkkaOptions and deprecates AkkaOptions. Additionally, makes each option reference the corresponding RpcOption member. * Moves deprecated RPC options out of RpcOptions and updates references
- Loading branch information
Showing
55 changed files
with
511 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
265 changes: 40 additions & 225 deletions
265
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.