Skip to content

Generic Nested Parsers on Producer Level #2294

Open
@AmmarAbouZor

Description

@AmmarAbouZor

It's useful to provide a generic way to apply multiple parsers on the same message. So far, we've faced this issue for DLT messages containing SomeIP traces in their payload and we solved that as a special case for DLT parser only in #2073.
However, it would be much better to provide a generic way to nest parsers of any kind of the level of producer making this issue portable and even configurable by users.
This would be really useful combined with the plugin system to allow users to provide their special parsers for special payload as plugins as well.

We've already provided with multiple approaches:

This issue is related to #2071

Metadata

Metadata

Assignees

Labels

newnewly created issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions