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 Request]: Create admin Web UI - Download of item messages #120

Open
luispfgarces opened this issue Apr 6, 2023 · 0 comments
Open
Labels
enhancement New feature or request medium priority Medium priority issue

Comments

@luispfgarces
Copy link
Contributor

luispfgarces commented Apr 6, 2023

Is your request related to a problem you have?

The user might need to download a message of an item on a retry queue. This intents on providing the user the ability to download the message received.

Needs:

Describe the solution you'd like

Make available a control to download the item message on the Web UI. There would be a toggle to enable/disable this functionality (via source code). It would also be possible to, via source configuration, mark specific message fields to be obfuscated/masked.

Suggestion on how to enable/disable the message download feature and mask fields for a topic:

    ...
    .ForTopic("<topic-name>", opt => {
       opt.EnableMessageDownload(true)
          .MaskFields("Email", "User.Name", "CreditCard.Name");
    })
    ...

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant