I'm starting to work on pub/sub messaging internally, and there's a chance that over time, the format of a specific type of message will change. Is there a standard approach or pattern for handling this? If I'm listening for a message with a topic of "user-message", should I simply message the topic via something like "user-message-v1", "user-message-v2", etc.?
Asked
Active
Viewed 517 times