Kafka Streaming tasks and management of Internal state stores
问题 Lets say we have launched 2 Streaming-Tasks at 2 different machines (instances) with following properties :- public final static String applicationID = "StreamsPOC"; public final static String bootstrapServers = "10.21.22.56:9093"; public final static String topicname = "TestTransaction"; public final static String shipmentTopicName = "TestShipment"; public final static String RECORD_COUNT_STORE_NAME = "ProcessorONEStore"; and using these aforesaid properties, here is how stream-task's