Skip to content

Commit

Permalink
Remove receiver-vertx and dispatcher-vertx modules (#3791)
Browse files Browse the repository at this point in the history
* Remove receiver-vertx and dispatcher-vertx

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Remove vertx-kafka-clients

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Remove modules from docs and verify codegen

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Remove dispatcher-vertx from benchmark and tests

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Add deps

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Apr 30, 2024
1 parent 25073e9 commit b7b8880
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 687 deletions.
4 changes: 0 additions & 4 deletions data-plane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ update another one will be created. This allows to not block or use locks.
├── core
├── dispatcher
├── dispatcher-loom
├── dispatcher-vertx
├── receiver
├── receiver-loom
├── receiver-vertx
├── contract
└── tests
```
Expand All @@ -44,9 +42,7 @@ update another one will be created. This allows to not block or use locks.
- `core` directory contains the core module, in particular, it contains classes for representing Eventing objects
- `dispatcher` directory contains the base [_Dispatcher_](#dispatcher) application.
- `dispatcher-loom` directory contains the [_Dispatcher_](#dispatcher) application's entrypoit that use Loom virtual thread implementation for kafka communication.
- `dispatcher-vertx` directory contains application's entrypoit that use Vert.x kafka client implementation for kafka communication.
- `receiver` directory contains the [_Receiver_](#receiver) application.
- `receiver-loom` directory contains the [_Receiver_](#receiver) application's entrypoit that use Loom virtual thread implementation for kafka communication.
- `receiver-vertx` directory contains application's entrypoit that use Vert.x kafka client implementation for kafka communication.
- `contract` directory contains a module in which the protobuf compiler (`protoc`) generates code. Git ignores the
- `tests` directory contains tests for the whole data-plane.
6 changes: 2 additions & 4 deletions data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Lists of 236 third-party dependencies.
Lists of 234 third-party dependencies.
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.4.14 - http://logback.qos.ch/logback-classic)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.4.14 - http://logback.qos.ch/logback-core)
(Apache License 2.0) brotli4j (com.aayushatharva.brotli4j:brotli4j:1.16.0 - https://github.com/hyperxpro/Brotli4j/brotli4j)
Expand Down Expand Up @@ -36,10 +36,8 @@ Lists of 236 third-party dependencies.
(Unknown license) core (dev.knative.eventing.kafka.broker:core:1.0-SNAPSHOT - no url defined)
(Unknown license) dispatcher (dev.knative.eventing.kafka.broker:dispatcher:1.0-SNAPSHOT - no url defined)
(Unknown license) dispatcher-loom (dev.knative.eventing.kafka.broker:dispatcher-loom:1.0-SNAPSHOT - no url defined)
(Unknown license) dispatcher-vertx (dev.knative.eventing.kafka.broker:dispatcher-vertx:1.0-SNAPSHOT - no url defined)
(Unknown license) receiver (dev.knative.eventing.kafka.broker:receiver:1.0-SNAPSHOT - no url defined)
(Unknown license) receiver-loom (dev.knative.eventing.kafka.broker:receiver-loom:1.0-SNAPSHOT - no url defined)
(Unknown license) receiver-vertx (dev.knative.eventing.kafka.broker:receiver-vertx:1.0-SNAPSHOT - no url defined)
(The Apache Software License, Version 2.0) CloudEvents - API (io.cloudevents:cloudevents-api:2.5.0 - https://cloudevents.github.io/sdk-java/cloudevents-api/)
(The Apache Software License, Version 2.0) CloudEvents - Core (io.cloudevents:cloudevents-core:2.5.0 - https://cloudevents.github.io/sdk-java/cloudevents-core/)
(The Apache Software License, Version 2.0) CloudEvents - Vert.x Http Binding (io.cloudevents:cloudevents-http-vertx:2.5.0 - https://cloudevents.github.io/sdk-java/cloudevents-http-vertx/)
Expand Down Expand Up @@ -164,7 +162,7 @@ Lists of 236 third-party dependencies.
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) vertx-codegen (io.vertx:vertx-codegen:4.5.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-codegen)
(Eclipse Public License - v 2.0) (The Apache Software License, Version 2.0) Vert.x Core (io.vertx:vertx-core:4.5.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-core)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x JUnit 5 support :: Core (io.vertx:vertx-junit5:4.4.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-junit5)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x Kafka Client (io.vertx:vertx-kafka-client:4.4.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-kafka-client)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x Kafka Client (io.vertx:vertx-kafka-client:4.5.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-kafka-client)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x metrics implementation for Micrometer.io (io.vertx:vertx-micrometer-metrics:4.5.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-micrometer-metrics)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x OpenTelemetry (io.vertx:vertx-opentelemetry:4.4.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-tracing-parent/vertx-opentelemetry)
(Eclipse Public License - v 1.0) (The Apache Software License, Version 2.0) Vert.x URI Template (io.vertx:vertx-uri-template:4.5.7 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-uri-template)
Expand Down
3 changes: 1 addition & 2 deletions data-plane/benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>dev.knative.eventing.kafka.broker</groupId>
<artifactId>dispatcher-vertx</artifactId>
<artifactId>dispatcher</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
109 changes: 0 additions & 109 deletions data-plane/dispatcher-vertx/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
<module>core</module>
<module>receiver</module>
<module>dispatcher</module>
<module>receiver-vertx</module>
<module>dispatcher-vertx</module>
<module>receiver-loom</module>
<module>dispatcher-loom</module>
</modules>
Expand Down Expand Up @@ -140,21 +138,6 @@
<version>${antlr.version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-kafka-client</artifactId>
<version>${vertx.kafka.clients.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</exclusion>
<exclusion>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-opentelemetry</artifactId>
Expand Down
Loading

0 comments on commit b7b8880

Please sign in to comment.