This software is only deployed once by the TOOP Playground maintainers. Pilot partners MUST not deploy this.
Public URL:
- UI
http://tracker.acc.exchange.toop.eu
- UI details:
http://tracker.acc.exchange.toop.eu/#!detail
URL inside the VPN:
- UI:
http://tracker.acc.exchange.toop.eu:7074/
- UI details:
http://tracker.acc.exchange.toop.eu:7074/#!detail
- Zookeeper server
http://tracker.acc.exchange.toop.eu:2181/
- Kafka Server:
http://tracker.acc.exchange.toop.eu:7073/
Current version: Kafka 2.20
The Kafka configuration file is located at /opt/kafka/config/server.properties
Change to /etc/hosts
is necessary:
83.212.75.83 snf-7825.ok-kno.grnetcloud.net snf-7825
Syntax layout:
public_ip server_url hostname
- Close down Tracker, Kafka and Zookeeper processes.
sudo service tomcat stop
- Check with
ps -ef | grep java
sudo /opt/kafka/bin/kafka-server-stop.sh
- Check with
ps -ef | grep kafka
sudo /opt/kafka/bin/zookeeper-server-stop.sh
- Check with
ps -ef | grep zookeeper
- Start Zookeeper server first, using
sudo /opt/kafka/bin/zookeeper-server-start.sh /opt/kafka/config/zookeeper.properties &
- Start Kafka server using
sudo /opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties &
- Start the Tracker service (
service tracker start
)