Sprint integration flow won't start
问题 This looks like a beginner question to me. For the sake of easy reproduction, I have stripped out virtually all of my logic from this flow. The reason it looks like it does nothing is because it, quite literally, fetches data from a JDBC endpoint and does exactly nothing. setupAdapter = new JdbcPollingChannelAdapter(dbprx.getDatasource(), sql.getSql()); setupAdapter.setRowMapper(rowMapper); StandardIntegrationFlow flow = IntegrationFlows .from(setupAdapter, c -> c.poller(Pollers.fixedRate