Skip to content

Multiple topics subscription #57

@Gobonoid

Description

@Gobonoid

Currently go-pubsub doesn't allow passing list of topics for single kafka consumer.

type MessageSourceConfig struct {
	ConsumerGroup            string
	Topic                    string
	Brokers                  []string
	Offset                   int64
	MetadataRefreshFrequency time.Duration
	Version                  *sarama.KafkaVersion
}

It would be nice if this would be

type MessageSourceConfig struct {
	ConsumerGroup  string
	Topic                    []string
	Brokers                 []string
	Offset                   int64
	MetadataRefreshFrequency time.Duration
	Version                  *sarama.KafkaVersion
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    v2Feature request/discussion for pubsub V2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions