XiaoMi / ozhera

Application Observable Platform in the Cloud Native Era
https://ozhera.m.one.mi.com
Apache License 2.0
60 stars 28 forks source link

[problem] Mismatched MQ Used When Creating Tail #329

Closed wtt40122 closed 2 months ago

wtt40122 commented 2 months ago

Description: While attempting to create a new tail, I've noticed that the system is utilizing a Message Queue (MQ) that does not match the one we have bound in our store. This discrepancy is causing the tail to fail to be created properly or not receive the expected message stream.

Steps to Reproduce:

Navigate to the store and bind the specific MQ. Attempt to create a new tail with the relevant configurations and指定 MQ binding. Observe the logs and status during the tail creation process. Expected Result: The created tail should utilize the MQ that we have bound in the store, ensuring the correct transmission and processing of the message stream.

Actual Result: The tail creation fails, or even if created successfully, it does not use the specified MQ, leading to improper message stream handling.