Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 991 Bytes

File metadata and controls

32 lines (23 loc) · 991 Bytes

Summary

Testing

  • go test ./...
  • make test-produce-consume (broker changes)
  • make test-consumer-group (group changes)

Checklist

  • Added/updated unit tests for new logic
  • Added/updated e2e coverage for bug fixes
  • Added license headers to new files