I’m wondering if there are patterns or idioms that are common in the world of Kafka topics and messages, particularly in systems with numerous types of CRUD operations happening against numerous types of resources (e.g. users, products, orders, carts, etc.).
Is it common to include some kind of CRUD verb like “update”, along with the resource name? Is there a namespace structure that works well? (e.g org.this.that.topicName
)?