Skip to content

Conversation

@edsonwade
Copy link
Owner

  • Created a srping boot kafka stream event demo app to send and receive data.

  • key properties:

    1. write mesg form producer KafkaTemplate<String, String> 2.NewTopic that allow to create a new topic use ToppicBuilder
    2. read messaga consumer with use @KafkaListener(topics,groupId);

- Created a srping boot kafka stream event
 demo app to send and receive data.

- key properties:
  1. write mesg form producer KafkaTemplate<String, String>
  2.NewTopic that allow to create a new topic use ToppicBuilder
  3. read messaga consumer with use @KafkaListener(topics,groupId);
@edsonwade edsonwade added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Feb 24, 2025
@edsonwade edsonwade self-assigned this Feb 24, 2025
@edsonwade edsonwade merged commit d265905 into main Feb 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants