RobertIndie opened a new pull request #76: URL: https://github.com/apache/pulsar-dotpulsar/pull/76
This PR adds an integration test framework and some partitioned producer integration tests. ## Usage There are two service modes in the integration test framework: external and container. `External` mode uses your local running pulsar as the test environment, while `Container` mode uses docker to start a separate pulsar environment in testing. ### External mode * Start the pulsar in your local environment. * Start the integration test ### Container mode * Make sure you have installed and run the docker * Set the environment variable: `export PULSAR_DEPLOYMENT_TYPE=container ` to use container mode * Start the test, it will automatically create the pulsar container for the test. It is recommended to use external mode when debugging and use container mode in CI. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org