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=83bb12d80634abb1bab006c5b803277f09dcc10a;hp=6be6cda5d3d741de221190e55fcf71d042e4c24a;hb=daaef05cbf70e6cbec9af181258faead6d9620a6;hpb=25b805c6685467f561506dbb5187a744fc12096b 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 6be6cda5d3..83bb12d806 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 @@ -20,11 +20,12 @@ odl-cluster-data { serializers { java = "akka.serialization.JavaSerializer" proto = "akka.remote.serialization.ProtobufSerializer" + readylocal = "org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransactionSerializer" } serialization-bindings { "com.google.protobuf.Message" = proto - + "org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransaction" = readylocal } } remote {