This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
| Official | https:// |
| Support this service | https://www.patreon.com/birddotmakeup |
| Official | https:// |
| Support this service | https://www.patreon.com/birddotmakeup |

Since the example was given in proto, I'll suggest a solution in proto: add a message option.
extend google.protobuf.MessageOptions {
optional uint64 domain_separator = 1234;
} message TreeRoot {
option (domain_separator) = 4567;
...
}