Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#16512 from grrttedwards/patch-1
Browse files Browse the repository at this point in the history
Update event-hubs-quickstart-kafka-enabled-event-hubs.md
  • Loading branch information
GitHubber17 authored Oct 9, 2018
2 parents e5799c2 + 4010e5a commit 04dd61f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ You can now stream events from your applications that use the Kafka protocol int
sasl.mechanism=PLAIN
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";
```

4. Run the producer code and stream into Kafka-enabled Event Hubs:

```shell
mvn clean package
mvn exec:java -Dexec.mainClass="TestProducer"
```

5. Navigate to `azure-event-hubs/samples/kafka/quickstart/consumer`.

6. Update the configuration details for the consumer in `src/main/resources/consumer.config` as follows:
Expand Down

0 comments on commit 04dd61f

Please sign in to comment.