You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: