Skip to content

Commit

Permalink
Fixed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zaleslaw committed Apr 2, 2017
1 parent deaa15e commit af6ba99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Spark Streaming/src/main/java/producers/Producer.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
public class Producer {
public static void main(String[] args) {


String topicName = "messages";

Properties props = new Properties();
Expand All @@ -28,6 +29,7 @@ public static void main(String[] args) {

producer.close();


}

}

0 comments on commit af6ba99

Please sign in to comment.