Skip to content

Commit

Permalink
add grpc module to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun committed May 2, 2020
1 parent b756fc9 commit 94392af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- TESTFOLDER=jraft-core
- TESTFOLDER=jraft-rheakv/rheakv-core
- TESTFOLDER=jraft-rheakv/rheakv-pd
- TESTFOLDER=jraft-extension/rpc-grpc-impl

cache:
directories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ default RpcResponseFactory getRpcResponseFactory() {
return DEFAULT;
}

/**
* Whether to enable replicator pipeline.
*
* @return true if enable
*/
default boolean isReplicatorPipelineEnabled() {
return true;
}
Expand Down

0 comments on commit 94392af

Please sign in to comment.