refactor: make event file store optional
This commit is contained in:
@@ -58,7 +58,9 @@ class VehicleAnalyticsAppCompositionTest {
|
||||
assertTypeNotPresent(context, "com.lingniu.ingest.vehiclestate.VehicleStateEnvelopeIngestor");
|
||||
assertTypeNotPresent(context, "com.lingniu.ingest.vehiclestate.config.VehicleStateAutoConfiguration");
|
||||
assertTypeNotPresent(context, "com.lingniu.ingest.protocol.gb32960.inbound.Gb32960NettyServer");
|
||||
assertTypeNotPresent(context, "com.lingniu.ingest.eventfilestore.EventFileStore");
|
||||
assertTypeNotPresent(context, "com.lingniu.ingest.eventfilestore.DuckDbParquetEventFileStore");
|
||||
assertTypeNotPresent(context,
|
||||
"com.lingniu.ingest.eventfilestore.config.EventFileStoreAutoConfiguration");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user