From 000885c1d5a23eb353c3f490e32363010ca804d3 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 16 Aug 2025 00:47:43 +0200 Subject: feat(config): identify resource to reload --- proto/configuration/reload_event.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'proto/configuration/reload_event.proto') diff --git a/proto/configuration/reload_event.proto b/proto/configuration/reload_event.proto index 569de80..b43b44b 100644 --- a/proto/configuration/reload_event.proto +++ b/proto/configuration/reload_event.proto @@ -2,7 +2,13 @@ syntax = "proto3"; package configuration; -enum ReloadEvent { +enum ConfigKind { ROUTING = 0; RULE = 1; } + +message ReloadEvent { + ConfigKind kind = 1; + optional string id = 2; + optional string version = 3; +} -- cgit v1.2.3