Skip to content

Commit

Permalink
feat: Kafka Consumer Package (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
oss92 authored Apr 2, 2021
1 parent 9ebf247 commit 8e1f756
Show file tree
Hide file tree
Showing 471 changed files with 57,710 additions and 55,203 deletions.
1 change: 1 addition & 0 deletions component/async/kafka/group/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (m *mockConsumerSession) MemberID() string { return "" }
func (m *mockConsumerSession) GenerationID() int32 { return 0 }
func (m *mockConsumerSession) MarkOffset(string, int32, int64, string) {
}
func (m *mockConsumerSession) Commit() {}
func (m *mockConsumerSession) ResetOffset(string, int32, int64, string) {
}
func (m *mockConsumerSession) MarkMessage(*sarama.ConsumerMessage, string) {}
Expand Down
Loading

0 comments on commit 8e1f756

Please sign in to comment.