Error code
SSE_OUT_OF_ORDER
SSE message out of order
SSE message out of order
A webchat client received messages with non-monotonic event IDs. Indicates the stream replay or producer ordering broke.
Common causes
- Multiple consumer replicas without partition stickiness.
- last-event-id ignored on reconnect.
- Kafka topic partitioned across multiple producer instances.
What to do
Pin the SSE consumer to a single partition or use ordered delivery in the producer. Investigate via the affected sessionId.
הודעת SSE לא בסדר הנכון
ווידג'ט קיבל הודעות עם מזהה לא־מונוטוני. מצביע על שיבוש בסדר או ב־replay.
סיבות נפוצות
- מספר replicas ללא דביקות פרטישנים.
- last-event-id התעלם בהתחברות מחדש.
- טופיק מפוצל על מספר instances של מפיקים.
פעולה מומלצת
הצמידו צרכן SSE לפרטישן אחד או הפעילו סדר מובטח במפיק. חקרו לפי sessionId.