Esper data loss when inbound threading is enabled
问题 I found data loss in Esper (v.7.1.0) in case if inbound thread pool is enabled. Here is simple example that demonstrates this strange behaviour: Configuration config = new Configuration(); // set up concurrent processing config.getEngineDefaults().getThreading().setThreadPoolInbound(true); EPServiceProvider epService = EPServiceProviderManager.getDefaultProvider(config); // simple schema epService.getEPAdministrator().createEPL("create objectarray schema LogLine as (account_name string, value