Deployment

All deploying files at inlong-dataproxy directory.

Configuration

Configure Manager and Audit URL

configuration file: conf/common.properties:

  1. # local IP
  2. proxy.local.ip=127.0.0.1
  3. # manager address
  4. manager.hosts=127.0.0.1:8083
  5. # audit proxy address
  6. audit.proxys=127.0.0.1:10081

Start

  1. # If using Pulsar or Kafka to cache data
  2. bash +x bin/dataproxy-start.sh
  3. # If using Inlong TubeMQ to cache data
  4. # bash +x bin/dataproxy-start.sh tubemq

Check

  1. telnet 127.0.0.1 46801