Commit 1188be7a authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade nuevos topics a kafkaEmbedded

parent 6b1d149d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ public class KafkaEmbeddedConfig {
 
	public final static String[] TOPICS_NAME = new String[] { 
		"theme-inspire",
		"atlas",
		"layer",
		"theme-inspire-updated",
		"atlas-updated",
		"layer-updated",
		"theme-inspire-snapshot",
		"atlas-snapshot",
		"atlas-agg-by-theme-inspire",
		"layer-snapshot",
		"layer-agg-by-theme-inspire",
		"category",
		"category-snapshot"
	};