Skip to content

Commit

Permalink
docs(microservices): clarify what is the default value of postfixId
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed May 28, 2022
1 parent 0359fa4 commit 1e5f548
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ export interface KafkaParserConfig {
export interface KafkaOptions {
transport?: Transport.KAFKA;
options?: {
/**
* Defaults to `"-server"` on server side and `"-client"` on client side.
*/
postfixId?: string;
client?: KafkaConfig;
consumer?: ConsumerConfig;
Expand Down

0 comments on commit 1e5f548

Please sign in to comment.