tenthe commented on PR #128: URL: https://github.com/apache/incubator-streampipes/pull/128#issuecomment-1292152036
Thanks for providing the PR. I really like the new version for the test framework, especially the `DebugAdapterSink` that can be used to get the resulting event via a `BlockingQueue`. I tried to run the test locally but got a NullPointer exception in PulsarAdapterTester in line 111. The method takeEvent returns null. I ran it without the env variable `TEST_MODE` starting a new docker service with Pulsar. Do you have any ideas what the problem might be? Once I have a running local version I can also help you to refactor the part in the prepareAdapter method. Therefore, we can use the builder class `SpecificDataStreamAdapterBuilder`. We probably have to extend it a little bit to also directly add the values for the configurations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
