Skip to content

Commit 7f60be4

Browse files
committedJul 23, 2023
1 parent 532c037 commit 7f60be4

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed
 

‎backend/.classpath

-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12-
<attribute name="optional" value="true"/>
1312
</attributes>
1413
</classpathentry>
1514
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -29,12 +28,5 @@
2928
<attribute name="maven.pomderived" value="true"/>
3029
</attributes>
3130
</classpathentry>
32-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
33-
<attributes>
34-
<attribute name="maven.pomderived" value="true"/>
35-
<attribute name="test" value="true"/>
36-
<attribute name="optional" value="true"/>
37-
</attributes>
38-
</classpathentry>
3931
<classpathentry kind="output" path="target/classes"/>
4032
</classpath>

‎frontend/.classpath

-13
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,5 @@
2323
<attribute name="test" value="true"/>
2424
</attributes>
2525
</classpathentry>
26-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
27-
<attributes>
28-
<attribute name="maven.pomderived" value="true"/>
29-
<attribute name="optional" value="true"/>
30-
</attributes>
31-
</classpathentry>
32-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
33-
<attributes>
34-
<attribute name="maven.pomderived" value="true"/>
35-
<attribute name="test" value="true"/>
36-
<attribute name="optional" value="true"/>
37-
</attributes>
38-
</classpathentry>
3926
<classpathentry kind="output" path="target/classes"/>
4027
</classpath>

‎minikube/angularandspringwithkafka/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ envKafka:
4444
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://:9092
4545
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: false
4646
ALLOW_PLAINTEXT_LISTENER: yes
47+
KAFKA_ENABLE_KRAFT: false
4748
secret:
4849
KAFKA_ZOOKEEPER_CONNECT: "zookeeperservice:2181"

‎minikube/kafka/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ envKafka:
2828
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://:9092
2929
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: false
3030
ALLOW_PLAINTEXT_LISTENER: yes
31+
KAFKA_ENABLE_KRAFT: false
3132
secret:
3233
KAFKA_ZOOKEEPER_CONNECT: "zookeeperservice:2181"

0 commit comments

Comments
 (0)
Please sign in to comment.