Skip to content

Commit

Permalink
pass grpcMaxRecvMsgSize param to producerService
Browse files Browse the repository at this point in the history
Co-authored-by: Fadli Nurhasan <[email protected]>
  • Loading branch information
bentol and fadlinurhasan committed Dec 17, 2020
1 parent 55feffb commit ddee98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/grpc_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func NewProducerService(params map[string]interface{}) ProducerService {
kafkaMaxRetry: params["kafkaMaxRetry"].(int),
kafkaRetryInterval: params["kafkaRetryInterval"].(int),
newEventTopic: params["newEventTopic"].(string),
grpcMaxRecvMsgSize: params["grpcMaxRecvMsgSize"].(int),
}
}

Expand Down

0 comments on commit ddee98c

Please sign in to comment.