srkukarni commented on a change in pull request #6964:
URL: https://github.com/apache/pulsar/pull/6964#discussion_r425930784



##########
File path: 
pulsar-io/twitter/src/main/java/org/apache/pulsar/io/twitter/TwitterFireHose.java
##########
@@ -72,7 +72,8 @@
 
     @Override
     public void open(Map<String, Object> config, SourceContext sourceContext) 
throws IOException {
-        TwitterFireHoseConfig hoseConfig = 
IOConfigUtils.loadWithSecrets(config, TwitterFireHoseConfig.class, 
sourceContext);
+        TwitterFireHoseConfig hoseConfigWithoutSecrets = 
TwitterFireHoseConfig.load(config);

Review comment:
       I've changed the function name to better describe what the function is 
doing




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to