Results 6 comments of James Kinley

Hi @he-la, I'm not sure if this is relevant for `listConsumerGroups` but please check the partition count for the `__consumer_offsets` topic. If it has a single partition, then try to...

The [real-time-data-enrichment-with-bytewax](https://github.com/bytewax/real-time-data-enrichment-with-bytewax/blob/main/src/dataflow.py) dataflow provides an example of how to output to Kafka using the `kafka-python` library. The issue I've found with this approach is that the `KafkaProducer` has to be...

Spark throws this exception when both versions of the jar are on the classpath: ``` Caused by: java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ObjectMapper.readerFor(Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/ObjectReader; at org.apache.hadoop.hive.common.StatsSetupConst$ColumnStatsAccurate.(StatsSetupConst.java:176) at org.apache.hadoop.hive.common.StatsSetupConst.parseStatsAcc(StatsSetupConst.java:353) at org.apache.hadoop.hive.common.StatsSetupConst.setBasicStatsState(StatsSetupConst.java:241) at org.apache.hadoop.hive.common.StatsSetupConst.setStatsStateForCreateTable(StatsSetupConst.java:345) at org.apache.hadoop.hive.ql.metadata.Hive.loadPartitionInternal(Hive.java:2443) at...

It should be clear whether the topic size includes tiered storage. It will be tricky to calculate the precise size because there will be some degree of overlap between the...

@weeco, this is blocked by https://github.com/redpanda-data/redpanda/issues/6929.

It makes sense to allow any producer or consumer setting to be passed in the config.