From b9a21f0dfd54526acc23f13e4e886de7f633fdef Mon Sep 17 00:00:00 2001 From: "Sperrhacke, Bastian" Date: Fri, 25 Oct 2024 14:43:23 +0200 Subject: [PATCH] init --- api-guidelines/async/guidance/checklist_pitfalls.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api-guidelines/async/guidance/checklist_pitfalls.md diff --git a/api-guidelines/async/guidance/checklist_pitfalls.md b/api-guidelines/async/guidance/checklist_pitfalls.md new file mode 100644 index 00000000..5e4a4627 --- /dev/null +++ b/api-guidelines/async/guidance/checklist_pitfalls.md @@ -0,0 +1,3 @@ +# common pitfalls to avoid +- data (compacted with no retention) topics needs versioning in the topic name +- \ No newline at end of file