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
final class PubSubMessage private (val data: Option[String],
val attributes: Option[immutable.Map[String, String]],
val messageId: String,
val publishTime: Instant)
Ordering can be implemented by adding orderingKey field to PubSubMessage.
The text was updated successfully, but these errors were encountered:
Short description
GCP Pub/Sub supports ordering by optional ordering key - unfortunately it's not supported by Alpakka so far.
Details
PubSub message in Google Cloud REST API
Alpaka model
Ordering can be implemented by adding orderingKey field to PubSubMessage.
The text was updated successfully, but these errors were encountered: