We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4831bbc commit 539fd2fCopy full SHA for 539fd2f
1 file changed
src/DotNetCore.CAP.Kafka/KafkaConsumerClient.cs
@@ -43,7 +43,7 @@ public KafkaConsumerClient(string groupId, byte groupConcurrent,
43
44
public BrokerAddress BrokerAddress => new("kafka", _kafkaOptions.Servers);
45
46
- public async Task<ICollection<string>> FetchTopics(IEnumerable<string> topicNames)
+ public async Task<ICollection<string>> FetchTopicsAsync(IEnumerable<string> topicNames)
47
{
48
if (topicNames == null) throw new ArgumentNullException(nameof(topicNames));
49
0 commit comments