system76 / bottle

Protobuf messages in a bottle
GNU General Public License v3.0
9 stars 6 forks source link

Resource ID should be type string #10

Closed doomspork closed 3 years ago

doomspork commented 3 years ago

As we move more into event based architecture we'll need to leverage UUIDs more and more for our PKs. Setting all the IDs to string now is a good way to get us ready for that. This one was missed before.

doomspork commented 3 years ago

Since we aren't using this yet I'm okay with the breaking change. This should have been made in the first place. It not existing is breaking the code :tada: