aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/GoApps/src/go-hdfs-writer/pkg/sample-rest-requests/createWriter.json
blob: 055dac1f85309a15a11075ebf7be22772879827e (plain)
1
2
3
4
5
6
7
8
9
10
{
    "kafkaConfig": {
        "broker": "kafka-cluster-kafka-bootstrap:9092",
        "group": "grp1",
        "topic": "newTopic9"
    },
    "hdfsConfig": {
        "hdfs_url": "hdfs1-namenode:8020"
    }
}