Skip to content

Instantly share code, notes, and snippets.

@emanb29
Last active August 3, 2021 21:34
Show Gist options
  • Select an option

  • Save emanb29/d36f40fb108bf9417240d364aeded3f7 to your computer and use it in GitHub Desktop.

Select an option

Save emanb29/d36f40fb108bf9417240d364aeded3f7 to your computer and use it in GitHub Desktop.
FooEvent
syntax = "proto3";
package tutorial;
message FooEvent {
string customer_id = 1;
string sensor_id = 2;
string field1 = 3;
string field2 = 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment