Type Alias ConsumerDeleted

ConsumerDeleted: { code: number; description: string; type: "consumer_deleted" }

Notification that the consumer was deleted. This notification means the consumer will not get messages unless it is recreated. The client will continue to attempt to pull messages. Ordered consumer will recreate it.

Type declaration

  • code: number
  • description: string
  • type: "consumer_deleted"