Skip to content

Commit

Permalink
kip-994 proto
Browse files Browse the repository at this point in the history
Only ListTransactions was modified in 3.8
  • Loading branch information
twmb committed Oct 11, 2024
1 parent 6014a97 commit e7b9d3c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
6 changes: 5 additions & 1 deletion generate/definitions/66_list_transactions
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ ListTransactionsRequest => key 66, max version 0, flexible v0+
StateFilters: [string]
// The producer IDs to filter by: if empty, all transactions will be
// returned; if non-empty, only transactions which match one of the filtered
// producer IDs will be returned
// producer IDs will be returned.
ProducerIDFilters: [int64]
// Duration (in millis) to filter by: if < 0, all transactions will be
// returned; otherwise, only transactions running longer than this duration
// will be returned.
DurationFilterMillis: int64(-1) // v1+

// ListTransactionsResponse is a response to a ListTransactionsRequest.
ListTransactionsResponse =>
Expand Down
18 changes: 17 additions & 1 deletion pkg/kmsg/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7b9d3c

Please sign in to comment.