This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a commit to branch kafka
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/kafka by this push:
new c59e5676c remove stuff from earlier test attempts
c59e5676c is described below
commit c59e5676c1b0d8cdd004474d0242f041fee03ee4
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Mon Jul 18 15:30:35 2022 -0500
remove stuff from earlier test attempts
---
.../src/test/resources/embedded/embedded.docx | Bin 99389 -> 0 bytes
.../kafka-docker/zk-single-kafka-single.yml | 36 ---------------------
2 files changed, 36 deletions(-)
diff --git
a/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/embedded/embedded.docx
b/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/embedded/embedded.docx
deleted file mode 100644
index 255da0f96..000000000
Binary files
a/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/embedded/embedded.docx
and /dev/null differ
diff --git
a/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/kafka-docker/zk-single-kafka-single.yml
b/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/kafka-docker/zk-single-kafka-single.yml
deleted file mode 100644
index a812a9f48..000000000
---
a/tika-integration-tests/tika-pipes-kafka-integration-tests/src/test/resources/kafka-docker/zk-single-kafka-single.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-version: '2.1'
-
-services:
- zoo1:
- image: confluentinc/cp-zookeeper:7.2.0
- hostname: zoo1
- ports:
- - "2181:2181"
- environment:
- ZOOKEEPER_CLIENT_PORT: 2181
- ZOOKEEPER_SERVER_ID: 1
- ZOOKEEPER_SERVERS: zoo1:2888:3888
-
- kafka1:
- image: confluentinc/cp-kafka:7.2.0
- hostname: kafka1
- ports:
- - "9092:9092"
- - "29092:29092"
- - "9999:9999"
- environment:
- KAFKA_ADVERTISED_LISTENERS:
INTERNAL://kafka1:19092,EXTERNAL://${DOCKER_HOST_IP:-127.0.0.1}:9092,DOCKER://host.docker.internal:29092
- KAFKA_LISTENER_SECURITY_PROTOCOL_MAP:
INTERNAL:PLAINTEXT,EXTERNAL:PLAINTEXT,DOCKER:PLAINTEXT
- KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL
- KAFKA_ZOOKEEPER_CONNECT: "zoo1:2181"
- KAFKA_BROKER_ID: 1
- KAFKA_LOG4J_LOGGERS:
"kafka.controller=INFO,kafka.producer.async.DefaultEventHandler=INFO,state.change.logger=INFO"
- KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
- KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
- KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
- KAFKA_JMX_PORT: 9999
- KAFKA_JMX_HOSTNAME: ${DOCKER_HOST_IP:-127.0.0.1}
- KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer
- KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"
- depends_on:
- - zoo1
\ No newline at end of file