Skip to content

Commit

Permalink
fix: change produce type to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Nov 13, 2024
1 parent 05ffb3c commit 583a722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extkafka/produceFixAmount.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (l *produceMessageActionFixedAmount) Describe() action_kit_api.ActionDescri

// To clarify the purpose of the action:
// Check: Will perform checks on the targets
Kind: action_kit_api.Check,
Kind: action_kit_api.Attack,

// How the action is controlled over time.
// External: The agent takes care and calls stop then the time has passed. Requires a duration parameter. Use this when the duration is known in advance.
Expand Down
2 changes: 1 addition & 1 deletion extkafka/producePeriodically.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (l *produceMessageActionPeriodically) Describe() action_kit_api.ActionDescr
Category: extutil.Ptr("Kafka"),
// To clarify the purpose of the action:
// Check: Will perform checks on the targets
Kind: action_kit_api.Check,
Kind: action_kit_api.Attack,

// How the action is controlled over time.
// External: The agent takes care and calls stop then the time has passed. Requires a duration parameter. Use this when the duration is known in advance.
Expand Down

0 comments on commit 583a722

Please sign in to comment.