awslabs / amazon-kinesis-producer

Amazon Kinesis Producer Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default_config fix

fernando-torterolo opened this issue · comments

default_config.properties has two properties 'Port' and 'CustomEndpoint' that should be
[KinesisPort, KinesisEndpoint]

  • [warn] c.a.s.k.p.KinesisProducerConfiguration - Property 'Port' ignored as there is no corresponding set method in KinesisProducerConfiguration
  • [warn] c.a.s.k.p.KinesisProducerConfiguration - Property 'CustomEndpoint' ignored as there is no corresponding set method in KinesisProducerConfiguration