Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow a user to configure the emulator as a google pubsub endpoint fo… #19

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

benkiefer
Copy link

@benkiefer benkiefer commented Aug 27, 2019

…r testing

We are building out a logstash transformation process and would love to be able to run integration tests against it locally using the google cloud pubsub emulator.

Here's a first pass at allowing the emulator configuration so we can get the conversation started. I've used the locally built gem to prove that things are working as you'd expect against a real emulator, and run a transformation process on it. I'd definitely like your feedback on how you'd like the config properties to work (and how they should be named).

I'm by no means a ruby pro, but because of how jruby loads java classes (doesn't load io package), I at least felt it was important to prove that we can create a client pointed at an emulator url in the client tests.

Thanks for taking a look!

Update test name

Co-Authored-By: JosephGaiser <[email protected]>
@benkiefer
Copy link
Author

Any thoughts on this? We are running off of a forked version right now, and would like to be able to clean up that fork. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants