File tree 4 files changed +2
-21
lines changed
angularandspringwithkafka
4 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 9
9
<classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
10
10
<attributes >
11
11
<attribute name =" maven.pomderived" value =" true" />
12
- <attribute name =" optional" value =" true" />
13
12
</attributes >
14
13
</classpathentry >
15
14
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
29
28
<attribute name =" maven.pomderived" value =" true" />
30
29
</attributes >
31
30
</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 >
39
31
<classpathentry kind =" output" path =" target/classes" />
40
32
</classpath >
Original file line number Diff line number Diff line change 23
23
<attribute name =" test" value =" true" />
24
24
</attributes >
25
25
</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 >
39
26
<classpathentry kind =" output" path =" target/classes" />
40
27
</classpath >
Original file line number Diff line number Diff line change @@ -44,5 +44,6 @@ envKafka:
44
44
KAFKA_CFG_ADVERTISED_LISTENERS : PLAINTEXT://:9092
45
45
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE : false
46
46
ALLOW_PLAINTEXT_LISTENER : yes
47
+ KAFKA_ENABLE_KRAFT : false
47
48
secret :
48
49
KAFKA_ZOOKEEPER_CONNECT : " zookeeperservice:2181"
Original file line number Diff line number Diff line change @@ -28,5 +28,6 @@ envKafka:
28
28
KAFKA_CFG_ADVERTISED_LISTENERS : PLAINTEXT://:9092
29
29
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE : false
30
30
ALLOW_PLAINTEXT_LISTENER : yes
31
+ KAFKA_ENABLE_KRAFT : false
31
32
secret :
32
33
KAFKA_ZOOKEEPER_CONNECT : " zookeeperservice:2181"
You can’t perform that action at this time.
0 commit comments