# ConsumerCrashEvent

**Kind:** Type

**Source:** [`packages/microservices/external/kafka.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/microservices/external/kafka.interface.ts#L972)

**Part of:** [Microservices](subsystem-packages-microservices)

## Definition

```ts
InstrumentationEvent<{ error: Error; groupId: string; restart: boolean; }>
```
