-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working