X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fresources%2Fapplication.conf;h=76914c2c84f020268377b2a5d191cf831bb96f6d;hp=b56c26b578fbdb9cc5b6416d44bce30694b49692;hb=d255fdd0b14660a22ff63771d954ac3fe5d0cb7e;hpb=55e562009629fcc7163f1f05261de4b2ce4b1e77 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf index b56c26b578..76914c2c84 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf @@ -1,3 +1,15 @@ ODLCluster{ +actor { + serializers { + java = "akka.serialization.JavaSerializer" + proto = "akka.remote.serialization.ProtobufSerializer" + } + + serialization-bindings { + "com.google.protobuf.Message" = proto + + } + } + } \ No newline at end of file