Skip to content

Apache Kafka quick start #1

@bluemonk3y

Description

@bluemonk3y
  1. run a secure cluster locally like this: https://medium.com/egen/securing-kafka-cluster-using-sasl-acl-and-ssl-dec15b439f9d
  2. create a spec
  3. define the domain/aggregate id and explain how this is the principle used to modelling of all resources for this data product
  4. add a private, public and protected topic to channels and define different retentions for each one
  5. provision the spec and schemas showing output
  6. produce some _public data with schema with domain-id
  7. produce some _public data with schema WRONG domain-id
  8. consumer some _public data data with schema
  9. produce private data with correct id/principle
  10. consume private data with correct and incorrect principle
  11. produce _protected data
  12. consumer granted _protected data
  13. write shell script to pump loads of data into public
  14. run 2 consiumers with different domain-aggregate ids
  15. demonstrate produce and consume metrics and explain how they are used for charge back

extra

  • list schemas
  • list ACLs

done!

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions