vikrantch-hk
vikrantch-hk
@mhart @oriy sorry I am not at node. I am using npm install -g kinesalite and I guess it's installing v1.13.0 only however I am seeing below logs during install...
i have updated node and level versions and after that there is not error logs in npm install kinesalite, but I am still facing same issue while trying to push...
just to update I am able to put and get records using kpl 0.10.2 and setting ssl true in kinesalite, aren't we supporting kpl latest versions?
@mhart @oriy please help
@mhart ok so on which version of aws-sdk kinesalite is
@mhart ok then PutRecord is returning "unable to connect endpoint"
@mhart yes CBOR is disabled and verfiycertificate false
@mhart does comment on https://github.com/awslabs/amazon-kinesis-producer/issues/197 helps
@gigi were you able to achieve this with `GrpcChannelConfigurer` changes
@jvmlet thanks for quick revert, I want to do it more in spring way using somewhat similar configuration. In below commit they are doing similar thing for reactive netty. Do...