kafka mirrormaker testing #4739
Unanswered
saloni-2404
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't see anything special. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
While testing kafka mirrormaker, we created topics in the target cluster and tried to run consumer script there. (Having run producer script in source cluster)
While we got 0 messages transfered, in the mirrormaker logs we see:
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Node 1 sent an incremental fetch response for session 635195420 with 0 response partition(s), 6 implied partition(s) (org.apache.kafka.clients.FetchSessionHandler) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition topic4-4 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition topic4-1 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition topic4-7 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition sampledata-8 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition sampledata-2 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Added READ_UNCOMMITTED fetch request for partition sampledata-5 at position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=35.231.243.194:9094 (id: 1 rack: null), epoch=0}} to node 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Built incremental fetch (sessionId=635195420, epoch=2479) for node 1. Added 0 partition(s), altered 0 partition(s), removed 0 partition(s) out of 6 partition(s) (org.apache.kafka.clients.FetchSessionHandler) [mirrormaker-thread-0]
2021-04-13 13:23:40,858 DEBUG [Consumer clientId=test-group-0, groupId=test-group] Sending READ_UNCOMMITTED IncrementalFetchRequest(toSend=(), toForget=(), implied=(topic4-4, topic4-1, topic4-7, sampledata-8, sampledata-2, sampledata-5)) to broker 35.231.243.194:9094 (id: 1 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher) [mirrormaker-thread-0]
Does this seem fine?
Beta Was this translation helpful? Give feedback.
All reactions