Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

milkcoke/topic-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Go v1.17 >=
  • gcc

Windows

(1) msys2 install

(2) Open MSYS2 MinGW 64-bit terminal and run the following commands

refer to this issue

$ pacman -Syu
$ pacman -S base-devel
$ pacman -S mingw-w64-x86_64-toolchain
$ pacman -Q -e
$ pacman -S mingw-w64-ucrt-x86_64-gcc

Add PATH

Add C:\msys64\mingw64\bin to your system PATH environment variable.

Usage

Stop the application

⚠️You should stop the application producing data to the source topic before running this tool.

Execute CLI

$ go main.go --env {env} --source_topic <source_topic_name> --target_topic <target_topic_name>

About

Topic copier using go kafka client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages