mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
Report which component failed to consume (#1375)
This commit is contained in:
parent
6d79f04354
commit
89c772fb78
11 changed files with 13 additions and 1 deletions
|
@ -36,6 +36,7 @@ type OutputRoomEventConsumer struct {
|
|||
|
||||
func NewOutputRoomEventConsumer(topicName string, kafkaConsumer sarama.Consumer, store storage.Database, acls *acls.ServerACLs) *OutputRoomEventConsumer {
|
||||
consumer := &internal.ContinualConsumer{
|
||||
ComponentName: "currentstateserver/roomserver",
|
||||
Topic: topicName,
|
||||
Consumer: kafkaConsumer,
|
||||
PartitionStore: store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue