Skip to content

Asyncapi kafka header extraction expression don’t match zilla yaml expressions  #1138

@akrambek

Description

@akrambek

Currently, it is printing

        headers:
          :status: $.status
          zilla:correlation-id: $.correlationid

instead of

        headers:
          :status: ${message.value.status}
          zilla:correlation-id: ${message.value.correlationId}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions