Skip to content

praefect: Removal of unused parameters from NewGRPCServer

Pavlo Strokov requested to merge ps-unused-params-cleanup into master

The nodes.Manager and datastore.ReplicationEventQueue parameters are not used anymore for the creation of the grpc.Server with all the services registered for praefect. This change removes those and align all call sites with updated function signature.

Merge request reports