Skip to content

Commit

Permalink
Revert pulsar-functions-instance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed Feb 1, 2024
1 parent 1c4b4c0 commit dd80990
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions pulsar-functions/instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-otel-metrics-provider</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ public void setUnderlyingBuilder(TypedMessageBuilder<T> underlyingBuilder) {

@Override
public void close() {
List<CompletableFuture<?>> futures = new LinkedList<>();
List<CompletableFuture> futures = new LinkedList<>();

if (publishProducers != null) {
for (Producer<?> producer : publishProducers.values()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void setup() throws PulsarClientException {
.setUserConfig("")
.build();
config.setFunctionDetails(functionDetails);
config.setClusterName("test-cluster");
logger = mock(Logger.class);
pulsarAdmin = mock(PulsarAdmin.class);

Expand Down

0 comments on commit dd80990

Please sign in to comment.