Skip to content

Commit

Permalink
Changed Kafka broker to AMQP broker
Browse files Browse the repository at this point in the history
  • Loading branch information
HARDY8118 authored and HARDY8118 committed Jan 12, 2025
1 parent 67b292a commit 20462e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/tutorials/getting-started/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ components:
format: datetime`}
</CodeBlock>

The example above shows how to specify that your server (a Kafka broker) requires a user and a password to establish a connection. Let's break this down.
The example above shows how to specify that your server (an AMQP broker) requires a user and a password to establish a connection. Let's break this down.

There's a property in the server object called `security`. It's an array and can contain multiple security mechanisms. You chose to specify only one mechanism which is `userPassword`.

Expand Down

0 comments on commit 20462e6

Please sign in to comment.