HI Group: I'm currently working to push object changes into external services. Now we are trying to append the change record into a Kafka.
**My problem** Only one partition can be created for one kind of data, so that the sequence of change can be guaranteed. If I do like that, I guess I will lost the performance and the load balance feature. Do I need to worry about this problem? -- *noodles!*