871921256 opened a new issue #133:
URL: https://github.com/apache/pulsar-helm-chart/issues/133
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'K8S+helm + pulsar 2.7.2' prepare
./scripts/p
atezs82 commented on pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#issuecomment-864454151
@eolivelli Rebased on top of master, but I might have some additional work
to do, since tests are failing still locally for `Apache Pulsar :: Tests ::
Pulsar Kafka Compat Cl
eolivelli commented on pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#issuecomment-864455395
We are already working on fixing integration tests
Ias you are touching only the spark adapter then you can ignore the Kafka
stuff
Thanks
--
This is an aut
eolivelli edited a comment on pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#issuecomment-864455395
We are already working on fixing integration tests
as you are touching only the spark adapter then you can ignore the Kafka
stuff
Thanks
--
This is
eolivelli commented on a change in pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#discussion_r654833418
##
File path:
pulsar-spark/src/main/java/org/apache/pulsar/spark/SparkStreamingPulsarReceiver.java
##
@@ -22,13 +22,12 @@
import static com.google
atezs82 commented on a change in pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#discussion_r654834504
##
File path:
pulsar-spark/src/main/java/org/apache/pulsar/spark/SparkStreamingPulsarReceiver.java
##
@@ -22,13 +22,12 @@
import static com.google.c
atezs82 commented on a change in pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#discussion_r654834560
##
File path:
pulsar-flink/src/test/java/org/apache/flink/streaming/connectors/pulsar/PulsarConsumerSourceTests.java
##
@@ -57,6 +57,7 @@
import jav
atezs82 commented on a change in pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#discussion_r654834620
##
File path:
tests/pulsar-kafka-compat-client-test/src/test/java/org/apache/pulsar/tests/integration/compat/kafka/PulsarKafkaProducerThreadSafeTest.java
###
atezs82 commented on pull request #14:
URL: https://github.com/apache/pulsar-adapters/pull/14#issuecomment-864457360
Thanks for the comments, removed all non-Spark related changes from PR. Due
to some issues, I still do not have tests working. I'm not sure whether this is
a local or genera