Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Assign a consumer to a list of partitions is not incremental.

// Set the consumer group
var config = new ConsumerConfig
{
  GroupId = "test-app",
  BootstrapServers = "localhost:9092",
  Debug = "generic, broker, topic, metadata, consumer"
};
var builder = new ConsumerBuilder<string, string>(config);

  • No labels