Skip to content

[Bug]: Handle complex payload schemas #2

@TamimiGitHub

Description

@TamimiGitHub

Bug Description

There seems to be a mismatch between the generated payload and defined schema. @gvensan to provide more details

Expected Behavior

Handle complex schema

Steps to Reproduce

Attempt to generate payload from the following schema

const sample_schema =  {}
const { payload, topic } = generateEvent(sample_schema);

console.log('Topic:', topic);
console.log('Payload:\n', JSON.stringify(payload, null, 2));

Solace Broker version

No response

Solace API

No response

Solace API version

No response

Metadata

Metadata

Assignees

No one assigned

    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