"user.*" khớp đúng một từ sau "user" — match "user.created", "user.deleted" nhưng KHÔNG match "user.profile.updated". "user.#" khớp không hoặc nhiều từ sau "user" — match "user.created", "user.profile.updated", và thậm chí chỉ "user" không.
Dùng * khi muốn segment chính xác (event type cụ thể); dùng # cho subscription rộng (toàn bộ category).