Open soujiro32167 opened 2 months ago
Repro:
kafkaConsumer .subscribeTo("topic") *> kafkaConsumer.partitionedStream .map(s => KafkaConsumerTracer .traceConsumerStream(ztracer, s) .evalMapChunkWithTracer(ztracer, "handler") { case CommittableConsumerRecord(_, offset) => ZIO.succeed(offset) } .endTracingEachElement ) .parJoinUnbounded .through(commitBatchWithin(500, 5.seconds)) .compile .drain
Commits don't get recorded
Hey @soujiro32167 Is it that commits fail to get committed by Kafka or is it that commits don’t show up in the traces/spans?
Repro:
Commits don't get recorded