Recommend enabling protobuf serializer for Address/RemoteAddress
See original GitHub issueAkka 2.5.9 added serializers for akka.actor.Address
and akka.remote.UniqueAddress
, disabled by default. The Akka documentation recommends enabling them if possible.
Since Akka 2.5.9 is included with Lagom 1.4.0, it would be safe to do so in a rolling upgrade from 1.4.0 to any future version, but not from 1.3.x to 1.4.1+, so we can’t enable this by default yet.
We should add these to the migration guides, as well as the default templates, just like we have for akka.Done
, and include this in the release notes for Lagom 1.4.1.
Raised on Gitter by @guizmaii
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Protobuf Schema Serializer and Deserializer
This allows you to use JSON when human-readability is desired, and the more efficient binary format to store data in topics.
Read more >Overview | Protocol Buffers - Google Developers
Protocol buffers provide a serialization format for packets of typed, structured data that are up to a few megabytes in size. The format...
Read more >Protobuf: How To Serialize Data Effectively with Protocol Buffers
Configure with Gradle. Once you've defined your messages, you can use protoc , a protocol buffer compiler, to generate classes in a chosen...
Read more >protobuf-net/protobuf-net: Protocol Buffers library for idiomatic ...
protobuf -net is a contract based serializer for .NET code, that happens to write data in the "protocol buffers" serialization format engineered by...
Read more >Introducing Protocol buffers (protobuf) schema support in AWS ...
Protobuf is recommended over other data formats when you need language ... and protobuf serializers and deserializers that you configure in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should we also enable by default (along with
Done
) onmaster
for 1.5.0?I raised #1270 to enable these by default in 1.5.0. I think we can close this issue now.