Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Arya committed Sep 20, 2024
1 parent 3c6bbc1 commit a02064e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/flink/driver_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ func (fd *flinkDriver) Output(ctx context.Context, exr module.ExpandedResource)
output.KubeCluster = kubeOut
output.Influx = conf.Influx
output.KubeNamespace = conf.KubeNamespace
output.Kafka.SinkKafkaStream = conf.Kafka.SinkKafkaStream
output.Kafka.SinkKafkaBrokers = conf.Kafka.SinkKafkaBrokers
output.Kafka = conf.Kafka

return modules.MustJSON(output), nil
}

0 comments on commit a02064e

Please sign in to comment.