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

Can't search by timestamp value in topic message viewer #927

Open
derek1ee opened this issue Jan 16, 2025 · 0 comments
Open

Can't search by timestamp value in topic message viewer #927

derek1ee opened this issue Jan 16, 2025 · 0 comments
Labels
message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic

Comments

@derek1ee
Copy link
Contributor

  1. Open a topic with messages
  2. Pick an existing message, and copy the timestamp value
  3. Ensure timestamp column is in UNIX time format
  4. Paste the timestamp into search textbox

Expected:
The message is filtered and shown with timestamp highlighted
(Ideally, even if I don't do step 3 and the timestamp is in ISO format, it still produce a match when search by UNIX time and vise versa).

Actual:
Search doesn't appear to search against timestamp column, no search result is shown.

@shouples shouples added the message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic
Projects
None yet
Development

No branches or pull requests

2 participants