You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JustSaying is tightly coupled to the JustSaying wire format. This is problematic as the wider business begins to adopt alternative formats, such as cloud events. In addition, there is no native support for message attributes in the JustSaying format, which means that JS is also coupled to the SQS message format for these.
We need to do some exploration to discover how difficult it would be to support alternative formats while still supporting existing queues and handlers.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently JustSaying is tightly coupled to the JustSaying wire format. This is problematic as the wider business begins to adopt alternative formats, such as cloud events. In addition, there is no native support for message attributes in the JustSaying format, which means that JS is also coupled to the SQS message format for these.
We need to do some exploration to discover how difficult it would be to support alternative formats while still supporting existing queues and handlers.
The text was updated successfully, but these errors were encountered: