Auto populate table 'topic_name' 40/99940/1
authorGuobiao Mo <guobiaomo@chinamobile.com>
Tue, 31 Dec 2019 00:00:13 +0000 (16:00 -0800)
committerGuobiao Mo <guobiaomo@chinamobile.com>
Tue, 31 Dec 2019 00:00:13 +0000 (16:00 -0800)
commitec46eb33f1f09d6d348f4ce9eb6f24c6856068ff
tree8b6f031cc920c2ad8ca2c52f0cafa903c4c961d5
parentab4c8376241c153e3f8ab986bd29a8baa8226450
Auto populate table 'topic_name'

We continually monitor Kafka; when a new topic is created, its name is
auto inserted into table 'topic_name', which is a look up table and UI's
topic selection list is based on it.

Issue-ID: DCAEGEN2-1715

Change-Id: I35329eb76ed8fb9d41a73f1827f443f7a10b450e
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/service/TopicConfigPollingService.java
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/service/TopicNameService.java [new file with mode: 0644]
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/service/TopicService.java