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

intergation with localstack #73

Open
haniaruc opened this issue Mar 9, 2020 · 1 comment
Open

intergation with localstack #73

haniaruc opened this issue Mar 9, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@haniaruc
Copy link

haniaruc commented Mar 9, 2020

Hello, recently I was using your libraty for reading/writing from/to kinesis streams. While testing code on local aws instance (https://github.com/localstack/localstack) I had some troubles with writing to kinesis stream. Producer in CachedKinesisProducer connects to "real" aws instance, I've manadged to change it by adding setKinesisEndpoint(endpoint) while creating KinesisProducerConfiguration. Is it the only way to make it work, or can it be done without changing the code? If not what do you thing about enbling support for localstack integration (I could make a pull request)?
greetings

@itsvikramagr
Copy link
Contributor

I dont think there would be another way. Please start a pull request to enable support for localstack integration

@itsvikramagr itsvikramagr added the enhancement New feature or request label Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants