Fetch the repository succeeded.
This action will force synchronization from sxfad/porter, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
Porter began in 2017 and provides data synchronization, but it's not just limited to data synchronization, it's widely used within the Suixingpay. Mainly provide the following features:
git clone https://github.com/sxfad/porter.git
cd porter
git checkout version
gradle build
Find the installation package from the build/distributions list
porter.id=unique id
#cluser
porter.cluster.strategy=ZOOKEEPER
porter.cluster.client.url=127.0.0.1:2181
porter.cluster.client.sessionTimeout=100000
#stastistics
porter.cluster.statistic.sourceType=KAFKA_PRODUCE
porter.cluster.statistic.servers=127.0.0.1:9200
porter.cluster.statistic.topic=your kafka topic
#standalone
porter.cluster.strategy=STANDALONE
porter.cluster.client.home=./.porter
tar zxvf build/distributions/porter-boot-version.tar
porter-boot-version/bin/porter-boot
porter-boot-version/bin/porter-boot debug port
porter-boot-version/bin/porter-boot --spring.profiles.active=Operating environment
porter-boot-version/bin/shutdown.sh
manager-boot default website: http://127.0.0.1:8081
manager-boot default account: admin admin
Sign in for post a comment
Comment ( 0 )