tapir
tapir copied to clipboard
Define strategy for schema evolution
To support schema evolution in tapir we need to find a way to pass a meta field id argument along to the serialization library and to the proto files generator.
At the first glance, it seems that the .argumnet(...) operator should be useful in this case.