Commit 75b1804 1 parent 28baba1 commit 75b1804 Copy full SHA for 75b1804
File tree 3 files changed +38
-9
lines changed
runtime/src/main/java/io/quarkiverse/kafkastreamsprocessor/runtime
spi/src/main/java/io/quarkiverse/kafkastreamsprocessor/spi
3 files changed +38
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<artifactId >quarkus-kafka-streams-processor-docs</artifactId >
12
12
13
- <dependencies >
14
- <!-- Make sure the doc is built after the other artifacts -->
15
- <dependency >
16
- <groupId >io.quarkiverse.kafkastreamsprocessor</groupId >
17
- <artifactId >quarkus-kafka-streams-processor-deployment</artifactId >
18
- <version >${project.version} </version >
19
- </dependency >
20
- </dependencies >
21
-
22
13
<build >
23
14
<sourceDirectory >modules/ROOT/examples</sourceDirectory >
24
15
<plugins >
Original file line number Diff line number Diff line change
1
+ /*-
2
+ * #%L
3
+ * Quarkus Kafka Streams Processor
4
+ * %%
5
+ * Copyright (C) 2024 Amadeus s.a.s.
6
+ * %%
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * #L%
19
+ */
1
20
package io .quarkiverse .kafkastreamsprocessor .runtime ;
2
21
3
22
import io .quarkiverse .kafkastreamsprocessor .spi .properties .KStreamsProcessorConfig ;
Original file line number Diff line number Diff line change
1
+ /*-
2
+ * #%L
3
+ * Quarkus Kafka Streams Processor
4
+ * %%
5
+ * Copyright (C) 2024 Amadeus s.a.s.
6
+ * %%
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * #L%
19
+ */
1
20
package io .quarkiverse .kafkastreamsprocessor .spi ;
2
21
3
22
import java .util .Map ;
You can’t perform that action at this time.
0 commit comments