簡體   English   中英

KafkaMirrorMaker 正在為白名單選項返回無效的語法表達式

[英]KafkaMirrorMaker Is returning invalid syntax expression for whitelist option

kafka-mirror-maker.bat --consumer.config C:\\Users\\P9168308\\Documents\\consumerconfig.properties --producer.config C:\\Users\\P9168308\\Documents\\producerconfig.properties --whitelist "^Data_SfmcOfferAllocation_BEAM_Pluto_v1x00$"

我正在使用上面的表達式來傳輸數據。 它給出以下錯誤

ERROR Invalid expression syntax: ^Data_SfmcOfferAllocation_BEAM_Pluto_v1x00$ (kafka.tools.MirrorMaker$)

[2022-04-15 08:11:54,921] ERROR [mirrormaker-thread-0] Mirror maker thread failure due to  (kafka.tools.MirrorMaker$MirrorMakerThread)

org.apache.kafka.common.errors.InvalidGroupIdException: To use the group management or offset commit APIs, you must provide a valid group.id in the consumer configuration.
[2022-04-15 08:11:54,932] 

ERROR [mirrormaker-thread-0] Mirror maker thread exited abnormally, stopping the whole mirror maker. (kafka.tools.MirrorMaker$MirrorMakerThread)

對於遇到此問題的任何人 org.apache.kafka.common.errors.InvalidGroupIdException:要使用組管理或偏移提交 API,您必須在消費者配置中提供有效的 group.id。 [2022-04-15 08:11:54,932] 這就是該錯誤的原因。 如果我們提供組 ID,則不會發生錯誤

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM