-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.properties
105 lines (84 loc) · 6.74 KB
/
server.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#
# Copyright 2018 Confluent Inc.
#
# Licensed under the Confluent Community License (the "License"); you may not use
# this file except in compliance with the License. You may obtain a copy of the
# License at
#
# http://www.confluent.io/confluent-community-license
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
#
#------ Endpoint config -------
### HTTP ###
# The URL the KSQL server will listen on:
# The default is any IPv4 interface on the machine.
# NOTE: If set to wildcard or loopback set 'advertised.listener' to enable pull queries across machines
listeners=http://0.0.0.0:8088
# Use the 'listeners' line below for any IPv6 interface on the machine.
# listeners=http://[::]:8088
# If running a multi-node cluster across multiple machines and 'listeners' is set to a wildcard or loopback address
# 'advertised.listener' must be set to the URL other KSQL nodes should use to reach this node.
# advertised.listener=?
### HTTPS ###
# To switch KSQL over to communicating using HTTPS comment out the 'listeners' line above
# uncomment and complete the properties below.
# See: https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/server-config/security/#configure-the-cli-for-https
#
# listeners=https://0.0.0.0:8088
# advertised.listener=?
# ssl.truststore.location=?
# ssl.truststore.password=?
# ssl.keystore.location=?
# ssl.keystore.password=?
# ssl.key.password=?
#------ Logging config -------
# Automatically create the processing log topic if it does not already exist:
ksql.logging.processing.topic.auto.create=true
# Automatically create a stream within KSQL for the processing log:
ksql.logging.processing.stream.auto.create=true
# Uncomment the following if you wish the errors written to the processing log to include the
# contents of the row that caused the error.
# Note: care should be taken to restrict access to the processing topic if the data KSQL is
# processing contains sensitive information.
#ksql.logging.processing.rows.include=true
#------- Metrics config --------
# Turn on collection of metrics of function invocations:
# ksql.udf.collect.metrics=true
#------ External service config -------
#------ Kafka -------
# The set of Kafka brokers to bootstrap Kafka cluster information from:
bootstrap.servers=redpanda:9092
# Enable snappy compression for the Kafka producers
compression.type=snappy
#------ Connect -------
# uncomment the below to start an embedded Connect worker
# ksql.connect.worker.config=config/connect.properties
#------ Schema Registry -------
# Uncomment and complete the following to enable KSQL's integration to the Confluent Schema Registry:
# ksql.schema.registry.url=http://localhost:8081
state.dir=/var/lib/kafka-streams
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,705] WARN The configuration 'compression.type' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'awt.toolkit' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'log4j.configuration' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'metrics.context.resource.version' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'metrics.context.resource.kafka.cluster.id' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'metrics.context.resource.type' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'metrics.context.resource.commit.id' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'ksql.server.install.dir' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'com.sun.management.jmxremote.authenticate' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'file.encoding' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'com.sun.management.jmxremote.ssl' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'metrics.context.resource.cluster.id' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'ksql.logging.processing.stream.auto.create' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'com.sun.management.jmxremote' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'jdk.debug' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'listeners' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'ksql.logging.processing.topic.auto.create' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'state.dir' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,706] WARN The configuration 'ksql.log.dir' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:384)
ksqldb-redpanda-ksqldb-1 | [2022-05-07 13:26:27,735] INFO AdminClientConfig values:
ksqldb-redpanda-ksqldb-1 | bootstrap.servers = [redpanda:9092]