question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recommend enabling protobuf serializer for Address/RemoteAddress

See original GitHub issue

Akka 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
TimMoorecommented, Mar 18, 2018

Should we also enable by default (along with Done) on master for 1.5.0?

0reactions
TimMoorecommented, Mar 20, 2018

I raised #1270 to enable these by default in 1.5.0. I think we can close this issue now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found