Skip to content

Commit

Permalink
PIP-62: Delete pulsar adapters (apache#8480)
Browse files Browse the repository at this point in the history
Delete the pulsar adapter modules because they are already moved to https://github.com/apache/pulsar-adapters
  • Loading branch information
sijie authored Nov 9, 2020
1 parent d7f6545 commit c43be24
Show file tree
Hide file tree
Showing 134 changed files with 0 additions and 16,407 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
if: steps.docs.outputs.changed_only == 'no'
run: ./build/retry.sh mvn -B -ntp test -pl managed-ledger -Dinclude="**/ManagedLedgerTest.java" -DtestForkCount=1 -DtestReuseFork=true

- name: run flaky test "**/KafkaProducerSimpleConsumerTest.java"
if: steps.docs.outputs.changed_only == 'no'
run: ./build/retry.sh mvn -B -ntp test -pl pulsar-client-kafka-compat/pulsar-client-kafka_0_8 -Dinclude="**/KafkaProducerSimpleConsumerTest.java" -DtestForkCount=1 -DtestReuseFork=true

- name: run flaky test "**/TestPulsarKeyValueSchemaHandler.java"
if: steps.docs.outputs.changed_only == 'no'
run: ./build/retry.sh mvn -B -ntp test -pl pulsar-sql/presto-pulsar-plugin -Dinclude="**/TestPulsarKeyValueSchemaHandler.java" -DtestForkCount=1 -DtestReuseFork=true
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1579,16 +1579,11 @@ flexible messaging model and an intuitive client API.</description>
<module>pulsar-websocket</module>
<module>pulsar-proxy</module>
<module>pulsar-discovery-service</module>
<module>pulsar-storm</module>
<module>pulsar-flink</module>
<module>pulsar-spark</module>
<module>pulsar-zookeeper-utils</module>
<module>pulsar-testclient</module>
<module>pulsar-broker-auth-athenz</module>
<module>pulsar-client-auth-athenz</module>
<module>pulsar-client-kafka-compat</module>
<module>pulsar-zookeeper</module>
<module>pulsar-log4j2-appender</module>
<module>pulsar-sql</module>
<module>dashboard</module>
<module>pulsar-broker-auth-sasl</module>
Expand Down
62 changes: 0 additions & 62 deletions pulsar-client-kafka-compat/pom.xml

This file was deleted.

255 changes: 0 additions & 255 deletions pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml

This file was deleted.

Loading

0 comments on commit c43be24

Please sign in to comment.