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

Decompress errors topic for raw payload search #469

Open
abmBispo opened this issue Nov 14, 2024 · 0 comments
Open

Decompress errors topic for raw payload search #469

abmBispo opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request explorer Things related with Kafka messages explorer

Comments

@abmBispo
Copy link

It would be especially helpful to be able to search for raw payloads in the errors topic, so we may isolate failing messages when troubleshooting. As of now, if you have an exception "Validation Error", you may see it in the topic and access the error event raw payload, as in:

{
  "schema_version": "1.1.0",
  "type": "consumer.consume.error",
  "error_class": "RuntimeError",
  "error_message": "Validation Error", # It's here
  "details": {
    "topic": "blabla.v1",
    "consumer_group": "johndoe",
    "partition": 0,
    "first_offset": 0,
    "last_offset": 0,
    ...
    }
}

Nonetheless, if you try and search for the phrase "Validation Error", it won't fetch any results.

@mensfeld mensfeld self-assigned this Nov 15, 2024
@mensfeld mensfeld added enhancement New feature or request explorer Things related with Kafka messages explorer labels Nov 15, 2024
This issue is being transferred. Timeline may not be complete until it finishes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request explorer Things related with Kafka messages explorer
Development

No branches or pull requests

2 participants