serynabatov / simulation_and_analysis_of_noise_level

0 stars 0 forks source link

Kafka Testing #8

Open serynabatov opened 2 years ago

serynabatov commented 2 years ago

Here we should put how we should test the Kafka

serynabatov commented 2 years ago

Performance testing

  1. Distribute the H2 into the cluster and try to concurrently get the data from this database, and check the time like what is the difference between the only one DB and H2 cluster
  2. What if our application goes down? The data won't be lost since it is hold by Kafka broker that is distributed, but we need to check out how our app will react on it