You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Propulsion.Kafka/Producers.fs
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ type Producer
16
16
// Deprecated; there's a good chance this will be removed
17
17
?degreeOfParallelism,
18
18
/// Miscellaneous configuration parameters to be passed to the underlying Confluent.Kafka producer configuration. Same as constructor argument for Confluent.Kafka >=1.2.
19
-
?config,
19
+
?config,
20
20
/// Miscellaneous configuration parameters to be passed to the underlying Confluent.Kafka producer configuration.
21
21
?custom,
22
22
/// Postprocesses the ProducerConfig after the rest of the rules have been applied
/// Execute a producer operation, including recording of the latency statistics for the operation
39
39
/// NOTE: the `execute` function is expected to throw in the event of a failure to produce (this is the standard semantic for all Confluent.Kafka ProduceAsync APIs)
0 commit comments