2016-06-24 140 views
1

我不想禁用警告消息,因为我想知道如何完成建议来定义序列化器以提高性能?java akka默认序列化器警告

[INFO] [06/24/2016 19:28:34.659] [main] [akka.remote.Remoting] Starting remoting 
[INFO] [06/24/2016 19:28:34.827] [main] [akka.remote.Remoting] Remoting started; listening on addresses :[akka.tcp://[email protected]:41999] 
[INFO] [06/24/2016 19:28:34.829] [main] [akka.remote.Remoting] Remoting now listens on addresses: [akka.tcp://[email protected]:41999] 
[WARN] [06/24/2016 19:28:35.303] [requesterActorSystem-akka.remote.default-remote-dispatcher-13] [akka.serialization.Serialization(akka://requesterActorSystem)] Using the default Java serializer for class [com.typesafe.config.impl.SimpleConfig] which is not recommended because of performance implications. Use another serializer or disable this warning using the setting 'akka.actor.warn-about-java-serializer-usage' 

回答