我正在尝试在打字稿项目中使用consumerGroup而不是HighLevelConsumer,但是我无法为consumerGroup配置consumerOptions。
分配时出现以下错误
1)fromOffset:“最早”
类型为'{autoCommit:boolean; fetchMaxBytes:数字; fetchMaxWaitMs:数字; fromOffset:字符串; groupId ...'不是 可分配给“ ConsumerGroupOptions”类型的参数。种类 属性'fromOffset'不兼容。类型“字符串”不是 可分配给类型“最早” | “最新” | “无”。
2)协议:['roundrobin']
类型为'{autoCommit:boolean; fetchMaxBytes:数字; fetchMaxWaitMs:数字;协议:string []; groupId ...'不是 可分配给“ ConsumerGroupOptions”类型的参数。种类 属性“协议”不兼容。类型'string []'不是 可分配给类型'(“ roundrobin” |“ range” | CustomPartitionAssignmentProtocol)[]'。类型“字符串”不可分配 键入““ roundrobin” | “范围” | CustomPartitionAssignmentProtocol”。
3)outOfRangeOffset:“最早”
类型为'{autoCommit:boolean; fetchMaxBytes:数字; fetchMaxWaitMs:数字; outOfRangeOffset:字符串; g ...不是 可分配给“ ConsumerGroupOptions”类型的参数。种类 属性'outOfRangeOffset'不兼容。类型“字符串”不是 可分配给类型“最早” | “最新” | “无”。
环境详细信息:
有人可以帮助我了解我要去哪里吗?预先感谢。