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
Good call out on ingestions vs. delivery failures due to max message size
These should probably be handled with different errors. For Sequin, we don't want to ingest at all. For downstream, we may want to treat this message as a normally failed message because some sinks have configurable max message sizes and users can re-configure their sink
A message may be rejected due to size:
5mb
in the SlotProcessor (currently)We should log somewhere when these messages are rejected for users to review
The text was updated successfully, but these errors were encountered: