Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Event changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Oct 16, 2023
1 parent 3456cb8 commit 247834a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions dev/restate/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,3 @@ message Event {

map<string, string> attributes = 15;
}

message KeyedEvent {
option deprecated = true;

// Payload
bytes key = 1 [(dev.restate.ext.field) = KEY];
bytes payload = 2 [(dev.restate.ext.field) = EVENT_PAYLOAD];
map<string, string> attributes = 15 [(dev.restate.ext.field) = EVENT_METADATA];
}

message StringKeyedEvent {
option deprecated = true;

// Payload
string key = 1 [(dev.restate.ext.field) = KEY];
bytes payload = 2 [(dev.restate.ext.field) = EVENT_PAYLOAD];
map<string, string> attributes = 15 [(dev.restate.ext.field) = EVENT_METADATA];
}

0 comments on commit 247834a

Please sign in to comment.