Skip to content

Commit 01effad

Browse files
authored
Remove empty line
1 parent 1d95a2c commit 01effad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/microservices/kafka.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ async killDragon(@Payload() message: KillDragonMessage, @Ctx() context: KafkaCon
362362
}
363363
```
364364

365-
366365
#### Naming conventions
367366

368367
The Kafka microservice components append a description of their respective role onto the `client.clientId` and `consumer.groupId` options to prevent collisions between Nest microservice client and server components. By default the `ClientKafka` components append `-client` and the `ServerKafka` components append `-server` to both of these options. Note how the provided values below are transformed in that way (as shown in the comments).

0 commit comments

Comments
 (0)