Skip to content

Commit

Permalink
[FLINK-8945] [kinesis] Allow customization of KinesisProxy
Browse files Browse the repository at this point in the history
This closes apache#5698
  • Loading branch information
kailashhd authored and tweise committed Mar 16, 2018
1 parent f08e701 commit 1647b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class KinesisProxy implements KinesisProxyInterface {
*
* @param configProps configuration properties containing AWS credential and AWS region info
*/
private KinesisProxy(Properties configProps) {
protected KinesisProxy(Properties configProps) {
checkNotNull(configProps);

this.kinesisClient = AWSUtil.createKinesisClient(configProps);
Expand Down

0 comments on commit 1647b31

Please sign in to comment.