Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] need a "saved payload" for every connection and globally. NOT just the topic #1635

Open
kennyma-eplus opened this issue Apr 24, 2024 · 7 comments
Assignees
Labels
desktop MQTTX Desktop discussion This issues and pr are worth discussing feature This pr is a feature web MQTTX Web

Comments

@kennyma-eplus
Copy link

Motivation

When I have many emqx connection. It's different to find the payload json history

Detailed design

Like the saved "subscription". Please implement a saved "payload" for every connection & globally

@kennyma-eplus kennyma-eplus added the feature This pr is a feature label Apr 24, 2024
@ysfscream ysfscream self-assigned this Apr 24, 2024
@ysfscream ysfscream added help wanted Extra attention is needed discussion This issues and pr are worth discussing and removed feature This pr is a feature labels Apr 25, 2024
@ysfscream
Copy link
Member

Hi, thanks for your feedback.

Currently, MQTTX does support the storage of each payload, but I'm wondering if you are using the desktop version or CLI. For the GUI version of MQTTX, you can scroll through the message list to view historical messages. If you find this inconvenient, you could export the current connection as a JSON file and review the historical messages you need in that JSON.

@ysfscream ysfscream added this to the v1.10.0 milestone Apr 25, 2024
@kennyma-eplus
Copy link
Author

Hi, thanks for your feedback.

Currently, MQTTX does support the storage of each payload, but I'm wondering if you are using the desktop version or CLI. For the GUI version of MQTTX, you can scroll through the message list to view historical messages. If you find this inconvenient, you could export the current connection as a JSON file and review the historical messages you need in that JSON.

Hi - I am using the desktop version

Yes. I found there is historical messages.
But different topic will have different message payload.
When message become more and more. It's quite different to find the corresponding message with the topic.

It would be nice if I can save the message+topic with a name. And specify the payload can use for globally or in the current connection.

@ysfscream
Copy link
Member

OK, I see, so you could try clicking the topic item. This action will filter messages based on the selected topic, helping you easily locate the relevant message.

image

@kennyma-eplus
Copy link
Author

Oh... I think we have some mis-understand here

The payload message I mean is: the publish message and topic (request)
not the response one

@ysfscream
Copy link
Member

Did you mean here? 👇

Image

@ysfscream ysfscream added feature This pr is a feature web MQTTX Web desktop MQTTX Desktop and removed help wanted Extra attention is needed labels Apr 25, 2024
@kennyma-eplus
Copy link
Author

Yes
it would be nice if I can save the topic+message with a name here

the message history has no relationship with the topic now

@ysfscream
Copy link
Member

Okay, I understand. Some users thought the same way before, but based on our current 1.x structure, we still need to implement this optimization. However, it has been completed in the 2.0 version. We will finish this optimization as soon as possible for you. Thanks for the feedback.

Duplicate of #886

@ysfscream ysfscream modified the milestones: v1.10.0, v2.0.0-alpha.1 Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop MQTTX Desktop discussion This issues and pr are worth discussing feature This pr is a feature web MQTTX Web
Projects
Status: Backlog
Development

No branches or pull requests

2 participants