2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.admin.security.protocol=SASL_PLAINTEXT
|
2024-07-31 19:51:47 +03:00
|
|
|
#login password to set
|
|
|
|
|
spring.kafka.admin.properties.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.admin.properties.sasl.mechanism=SCRAM-SHA-256
|
|
|
|
|
#
|
2024-07-31 19:51:47 +03:00
|
|
|
#host1:port1, host2:port2
|
|
|
|
|
spring.kafka.bootstrap-servers=
|
2024-07-24 09:59:34 +03:00
|
|
|
#
|
2024-07-31 19:51:47 +03:00
|
|
|
#host1:port1, host2:port2
|
|
|
|
|
spring.kafka.consumer.bootstrap-servers=
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.consumer.security.protocol=SASL_PLAINTEXT
|
2024-07-31 19:51:47 +03:00
|
|
|
#login password to set
|
|
|
|
|
spring.kafka.consumer.properties.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.consumer.properties.sasl.mechanism=SCRAM-SHA-256
|
|
|
|
|
#
|
|
|
|
|
spring.kafka.consumer.enable-auto-commit=false
|
|
|
|
|
spring.kafka.consumer.group-id=file-to-upload-consumers
|
|
|
|
|
#
|
|
|
|
|
spring.kafka.listener.ack-mode=MANUAL_IMMEDIATE
|
|
|
|
|
#
|
2024-07-31 19:51:47 +03:00
|
|
|
#host1:port1, host2:port2
|
|
|
|
|
spring.kafka.producer.bootstrap-servers=
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.producer.security.protocol=SASL_PLAINTEXT
|
2024-07-31 19:51:47 +03:00
|
|
|
#login password to set
|
|
|
|
|
spring.kafka.producer.properties.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.producer.properties.sasl.mechanism=SCRAM-SHA-256
|
|
|
|
|
#
|
|
|
|
|
spring.kafka.properties.security.protocol=SASL_PLAINTEXT
|
2024-07-31 19:51:47 +03:00
|
|
|
#login password to set
|
|
|
|
|
spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
|
2024-07-24 09:59:34 +03:00
|
|
|
spring.kafka.properties.sasl.mechanism=SCRAM-SHA-256
|
|
|
|
|
#
|
|
|
|
|
kafka-in.topic.name=file-to-upload
|
2024-07-25 10:22:20 +03:00
|
|
|
kafka-out.error.topic.name=error
|
|
|
|
|
kafka-out.success.topic.name=success
|
2024-07-24 09:59:34 +03:00
|
|
|
#
|
|
|
|
|
av.rest.address=http://<server>:<port>/scans
|
2024-07-25 10:22:20 +03:00
|
|
|
file.saving.path=/nginx/transfer/
|
2024-07-24 09:59:34 +03:00
|
|
|
http.file.server.out.address=http://localhost/out
|