Does Samza create partitions automatically when sending messages?
问题 If you use Samza's OutgoingMessageEnvelope to send a message using this format: public OutgoingMessageEnvelope(SystemStream systemStream, java.lang.Object partitionKey, java.lang.Object key, java.lang.Object message) Constructs a new OutgoingMessageEnvelope from specified components. Parameters: systemStream - Object representing the appropriate stream of which this envelope will be sent on. partitionKey - A key representing which partition of the systemStream to send this envelope on. key -