Skip to content
Snippets Groups Projects

Migrate Beam benchmark implementation

Compare and Show latest version
6 files
+ 61
85
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -26,7 +26,7 @@ public class KafkaActivePowerRecordReader extends
*/
@SuppressWarnings({"unchecked", "rawtypes"})
public KafkaActivePowerRecordReader(final String bootstrapServer, final String inputTopic,
final Map consumerConfig) {
final Map<String, Object> consumerConfig) {
super();
// Check if boostrap server and inputTopic are defined
Loading