René's URL Explorer Experiment


Title: ERROR Failed to get topics from kafka zk: {} (com.uber.stream.kafka.mirrormaker.common.core.KafkaBrokerTopicObserver) · Issue #348 · uber/uReplicator · GitHub

Open Graph Title: ERROR Failed to get topics from kafka zk: {} (com.uber.stream.kafka.mirrormaker.common.core.KafkaBrokerTopicObserver) · Issue #348 · uber/uReplicator

X Title: ERROR Failed to get topics from kafka zk: {} (com.uber.stream.kafka.mirrormaker.common.core.KafkaBrokerTopicObserver) · Issue #348 · uber/uReplicator

Description: Hi there, I am doing a little poc to learn more about uReplicator and how it replicates the topics and messages I am new to kafka and uber uReplicator, i am trying to deploy federated uReplicator. I am not able to configure it properly i...

Open Graph Description: Hi there, I am doing a little poc to learn more about uReplicator and how it replicates the topics and messages I am new to kafka and uber uReplicator, i am trying to deploy federated uReplicator. ...

X Description: Hi there, I am doing a little poc to learn more about uReplicator and how it replicates the topics and messages I am new to kafka and uber uReplicator, i am trying to deploy federated uReplicator. ...

Opengraph URL: https://github.com/uber/uReplicator/issues/348

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ERROR Failed to get topics from kafka zk: {} (com.uber.stream.kafka.mirrormaker.common.core.KafkaBrokerTopicObserver)","articleBody":"Hi there,\r\n\r\nI am doing a little poc to learn more about uReplicator and how it replicates the topics and messages\r\n\r\nI am new to kafka and uber uReplicator, i am trying to deploy federated uReplicator. I am not able to configure it properly i guess. There are certain things which aren't making sense. \r\n1) i have cloned all the git repos (master, 0.1.0, 1.0 ) but after i use mvn clean package, the jar files its creating have some different versions than i see in the quick start guide commands, especially the start commands for federated one.\r\n2) if i am correct, in the federated mode we can have more than one src clusters and more than one dest clusters right?\r\n3) i have learned that one uReplicator can replicate between one src and one dest cluster. But this is for non-federated. In the federated mode we can have multiple src clusters and multiple target clusters. Is that correct?\r\n4) If i am correct, uReplicator does not replicate topic configurations unlike mm2 from kafka, it does not replicate topic offsets?\r\n\r\nIn my case, i want to start uReplicator in federated mode so that i can add more clusters to it later, i want all the topics to replicate from source machine (single node kafka\u0026zk) to target (single node kafka\u0026zk). I started federated uReplicator on my target node. So i am starting manager, controller and worker on the same machine (target), so the machine i am starting uRep-federated is the destination/target also for replication, but i am seeing this error when i start manager. \r\n![image](https://user-images.githubusercontent.com/60720179/129999445-66dc8e9d-b165-4ce7-8557-eaa3f46593bf.png)\r\n\r\nThe manager is running, its not stopping but throwing this error too and when i create a topic and produce some messages in the source machine, i am not able to consume those messages from the target machine.\r\n\r\nHere are my logs:\r\n\r\nmanager:\r\n![image](https://user-images.githubusercontent.com/60720179/130000306-7f28aed5-3e07-404c-8502-b0cac9bcf410.png)\r\n\r\ncontroller:\r\n![image](https://user-images.githubusercontent.com/60720179/130000528-3bf08f2f-d05f-4ebb-9529-54488ab143d5.png)\r\n\r\nWorker:\r\n![image](https://user-images.githubusercontent.com/60720179/130000600-43a2e09e-728d-4818-942c-168728e16025.png)\r\n\r\nHere are my configuration files:\r\nclusters.properties\r\n![image](https://user-images.githubusercontent.com/60720179/130000828-9522ce6c-c785-4662-a9f6-5373a6f3d4b5.png)\r\n\r\nconsumer.properties:\r\n![image](https://user-images.githubusercontent.com/60720179/130001036-4fa69708-9036-4748-937b-479511c0bb4d.png)\r\n\r\nproducer.properties:\r\n![image](https://user-images.githubusercontent.com/60720179/130001144-f2d4762b-150c-4d74-ac9c-f6982dacfe07.png)\r\n\r\nhelix.properties:\r\n![image](https://user-images.githubusercontent.com/60720179/130001232-a1bfc108-38a6-4357-b089-0c871851f192.png)\r\n\r\nmy start commands:\r\n\r\nmanager:\r\njava -Dlog4j.configuration=file:config/tools-log4j.properties -Xms3g -Xmx3g -Xmn512m -XX:NewSize=512m -XX:MaxNewSize=512m -XX:+AlwaysPreTouch -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+PrintCommandLineFlags -XX:CMSInitiatingOccupancyFraction=80 -XX:SurvivorRatio=2 -XX:+PrintTenuringDistribution -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCTimeStamps -Xloggc:./logs/gc-ureplicator-manager.log -server -cp uReplicator-Manager/target/uReplicator-Manager-2.0.2-SNAPSHOT-jar-with-dependencies.jar com.uber.stream.kafka.mirrormaker.manager.ManagerStarter -config config/clusters.properties -srcClusters cluster1 -destClusters cluster3 -enableRebalance false -zookeeper localhost:2181 -managerPort 9000 -deployment c1-c2 -env dc1.c1-c2 -instanceId 100 -graphiteHost 127.0.0.1 -graphitePort 4756 -workloadRefreshPeriodInSeconds 300 -initMaxNumPartitionsPerRoute 1500 -maxNumPartitionsPerRoute 2000 -initMaxNumWorkersPerRoute 10 -maxNumWorkersPerRoute 80\r\n\r\ncontroller:\r\njava -Dlog4j.configuration=file:config/tools-log4j.properties -Xms3g -Xmx3g -Xmn512m -XX:NewSize=512m -XX:MaxNewSize=512m -XX:+AlwaysPreTouch -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+PrintCommandLineFlags -XX:CMSInitiatingOccupancyFraction=80 -XX:SurvivorRatio=2 -XX:+PrintTenuringDistribution -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCTimeStamps -Xloggc:./logs/gc-ureplicator-controller.log -server -cp uReplicator-Controller/target/uReplicator-Controller-2.0.2-SNAPSHOT-jar-with-dependencies.jar com.uber.stream.kafka.mirrormaker.controller.ControllerStarter -config config/clusters.properties -srcClusters cluster1 -destClusters cluster3 -enableFederated true -deploymentName c1-c2 -env dc1.c1-c2 -mode customized -zookeeper localhost:2181 -port 9100 -instanceId 1 -hostname swarm1 -enableAutoWhitelist true -enableAutoTopicExpansion true -autoRebalanceDelayInSeconds 120 -autoRebalancePeriodInSeconds 120 -autoRebalanceMinIntervalInSeconds 600 -autoRebalanceMinLagTimeInSeconds 900 -autoRebalanceMinLagOffset 100000 -autoRebalanceMaxOffsetInfoValidInSeconds 1800 -autoRebalanceWorkloadRatioThreshold 1.5 -maxDedicatedLaggingInstancesRatio 0.2 -maxStuckPartitionMovements 3 -moveStuckPartitionAfterMinutes 20 -workloadRefreshPeriodInSeconds 300 -patternToExcludeTopics ^__.*  -enableSrcKafkaValidation true -consumerCommitZkPath \"\" -maxWorkingInstances 0 -autoRebalanceDelayInSeconds 120 -refreshTimeInSeconds 600 -initWaitTimeInSeconds 120 -numOffsetThread 10 -blockingQueueSize 30000 -offsetRefreshIntervalInSec 300 -backUpToGit false -localBackupFilePath ./logs/ureplicator-controller -localGitRepoClonePath ./logs/ureplicator-controller-bkp\r\n\r\nworker:\r\njava -Dlog4j.configuration=file:config/test-log4j.properties -XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=45 -verbose:gc -Xmx1g -Xms1g -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -Xloggc:gc-ureplicator-worker.log -server -cp uReplicator-Worker/target/uReplicator-Worker-2.0.2-SNAPSHOT-jar-with-dependencies.jar com.uber.stream.ureplicator.worker.WorkerStarter -federated_enabled true -cluster_config config/clusters.properties -consumer_config config/consumer.properties -producer_config config/producer.properties -helix_config config/helix.properties\r\n\r\nI am really sorry for my novice questions. But i would really appreciate if someone can explain me what's wrong with my setup.\r\n\r\nregards,\r\nAbdul Hai Mohammed\r\n ","author":{"url":"https://github.com/amohammed3","@type":"Person","name":"amohammed3"},"datePublished":"2021-08-19T03:15:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/348/uReplicator/issues/348"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b552f4d7-2e14-80dc-fb33-9591f1cab1c7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDF30:1E91CE:35CF6C4:45F8790:6992C6B2
html-safe-nonceff1df230fb29f45911c897e9bbc37f007693c290f1ccce958fa0a21b4c17dc92
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERjMwOjFFOTFDRTozNUNGNkM0OjQ1Rjg3OTA6Njk5MkM2QjIiLCJ2aXNpdG9yX2lkIjoiMzA1ODAzNzQ5OTg2OTk3MjE0NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac7fd4bc406a029f340c0080a80f1be6e5e6992fe0bb86787b9b38ee12ac8f9b4e
hovercard-subject-tagissue:974223859
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/uber/uReplicator/348/issue_layout
twitter:imagehttps://opengraph.githubassets.com/62db7bab20979e71392548c08ac325fb47d433f581355992fa711bb9eef0cc64/uber/uReplicator/issues/348
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/62db7bab20979e71392548c08ac325fb47d433f581355992fa711bb9eef0cc64/uber/uReplicator/issues/348
og:image:altHi there, I am doing a little poc to learn more about uReplicator and how it replicates the topics and messages I am new to kafka and uber uReplicator, i am trying to deploy federated uReplicator. ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameamohammed3
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/uber/uReplicator git https://github.com/uber/uReplicator.git
octolytics-dimension-user_id538264
octolytics-dimension-user_loginuber
octolytics-dimension-repository_id60201162
octolytics-dimension-repository_nwouber/uReplicator
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id60201162
octolytics-dimension-repository_network_root_nwouber/uReplicator
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release84dcb133269e3cfe6e0296cc85fbacb92cae92bb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/uber/uReplicator/issues/348#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fuber%2FuReplicator%2Fissues%2F348
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fuber%2FuReplicator%2Fissues%2F348
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=uber%2FuReplicator
Reloadhttps://patch-diff.githubusercontent.com/uber/uReplicator/issues/348
Reloadhttps://patch-diff.githubusercontent.com/uber/uReplicator/issues/348
Reloadhttps://patch-diff.githubusercontent.com/uber/uReplicator/issues/348
uber https://patch-diff.githubusercontent.com/uber
uReplicatorhttps://patch-diff.githubusercontent.com/uber/uReplicator
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fuber%2FuReplicator
Fork 195 https://patch-diff.githubusercontent.com/login?return_to=%2Fuber%2FuReplicator
Star 938 https://patch-diff.githubusercontent.com/login?return_to=%2Fuber%2FuReplicator
Code https://patch-diff.githubusercontent.com/uber/uReplicator
Issues 66 https://patch-diff.githubusercontent.com/uber/uReplicator/issues
Pull requests 13 https://patch-diff.githubusercontent.com/uber/uReplicator/pulls
Actions https://patch-diff.githubusercontent.com/uber/uReplicator/actions
Projects 0 https://patch-diff.githubusercontent.com/uber/uReplicator/projects
Wiki https://patch-diff.githubusercontent.com/uber/uReplicator/wiki
Security 0 https://patch-diff.githubusercontent.com/uber/uReplicator/security
Insights https://patch-diff.githubusercontent.com/uber/uReplicator/pulse
Code https://patch-diff.githubusercontent.com/uber/uReplicator
Issues https://patch-diff.githubusercontent.com/uber/uReplicator/issues
Pull requests https://patch-diff.githubusercontent.com/uber/uReplicator/pulls
Actions https://patch-diff.githubusercontent.com/uber/uReplicator/actions
Projects https://patch-diff.githubusercontent.com/uber/uReplicator/projects
Wiki https://patch-diff.githubusercontent.com/uber/uReplicator/wiki
Security https://patch-diff.githubusercontent.com/uber/uReplicator/security
Insights https://patch-diff.githubusercontent.com/uber/uReplicator/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/uber/uReplicator/issues/348
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/uber/uReplicator/issues/348
ERROR Failed to get topics from kafka zk: {} (com.uber.stream.kafka.mirrormaker.common.core.KafkaBrokerTopicObserver)https://patch-diff.githubusercontent.com/uber/uReplicator/issues/348#top
https://github.com/amohammed3
https://github.com/amohammed3
amohammed3https://github.com/amohammed3
on Aug 19, 2021https://github.com/uber/uReplicator/issues/348#issue-974223859
https://user-images.githubusercontent.com/60720179/129999445-66dc8e9d-b165-4ce7-8557-eaa3f46593bf.png
https://user-images.githubusercontent.com/60720179/130000306-7f28aed5-3e07-404c-8502-b0cac9bcf410.png
https://user-images.githubusercontent.com/60720179/130000528-3bf08f2f-d05f-4ebb-9529-54488ab143d5.png
https://user-images.githubusercontent.com/60720179/130000600-43a2e09e-728d-4818-942c-168728e16025.png
https://user-images.githubusercontent.com/60720179/130000828-9522ce6c-c785-4662-a9f6-5373a6f3d4b5.png
https://user-images.githubusercontent.com/60720179/130001036-4fa69708-9036-4748-937b-479511c0bb4d.png
https://user-images.githubusercontent.com/60720179/130001144-f2d4762b-150c-4d74-ac9c-f6982dacfe07.png
https://user-images.githubusercontent.com/60720179/130001232-a1bfc108-38a6-4357-b089-0c871851f192.png
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.