Hi, many queueing systems always have concerns on their scheduling policy (i.e. FCFS, PS) I have two questions on it.
(1) What is the scheduling policy of Kafka in serving requests from producers and consumers? (2) How many requests can be served simultaneously? (Is this related with num.io.threads, num.network.threads in configuration)? // I understand that Kafka may not have huge concerns on scheduling policy thanks for the high speed publish/subscribe.