Skip to content

Commit

Permalink
add status to summary comment of DeliveryReportFields (confluentinc#1555
Browse files Browse the repository at this point in the history
)
  • Loading branch information
msallin committed Mar 10, 2021
1 parent dddfb93 commit f4f43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigGen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static string createProducerSpecific()
/// A comma separated list of fields that may be optionally set in delivery
/// reports. Disabling delivery report fields that you do not require will
/// improve maximum throughput and reduce memory usage. Allowed values:
/// key, value, timestamp, headers, all, none.
/// key, value, timestamp, headers, status, all, none.
///
/// default: all
/// importance: low
Expand Down

0 comments on commit f4f43ae

Please sign in to comment.