ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

RecordDataReply title should be required #771

Open dvstans opened 3 years ago

dvstans commented 3 years ago

The title is required for a record create call, but it is listed as optional in the protobuf message.

JoshuaSBrown commented 1 year ago

We don't need protobuf when switching to REST and TLS right?

JoshuaSBrown commented 1 year ago

We will be removing protobuf in the future in favor of simply using JSON, this is because protobuf has broken backwards compatibility to many times.