redhat-gpe / rhte2018_operational_intelligence

1 stars 2 forks source link

Mod 1Lab : Naming Standards #23

Closed Pkrish15 closed 5 years ago

Pkrish15 commented 5 years ago

In Lab 1, Topics have been created as my-topic, my-deployment-connect. Change it to relevant business usecase uberTopic

Pkrish15 commented 5 years ago
As is Deployment                                                                To be Deployment
--------------------                                                                   ----------------------------- 
strimzi-cluster-operator                                                               strimzi-cluster-operator
my-connect-cluster-connect                                                        uber-file-read-cluster-connect

As is StatefulSet                                                                  To be Statefulset 
-------------------------                                                                --------------------------
my-cluster-kafka                                                                   uber-kafka-broker-set
my-cluster-zookeeper                                                           uber-kafka-mgmt-zookeeper

As is Topics                                                                        To be Topics
----------------                                                                         --------------------
my-topic                                                                               KafkaSmokeTestTopic
my-topic-2                                                                            UberRawDataTopic
N/A                                                                                      UberEnrichedDataTopic

As is Source Code Changes                                                To be Changes
--------------------------------------                                                  ----------------------
KafkaConsumerExample                                                      UberConsumer
KafkaProducerExample                                                        UberProducer

Once changes, have been incorporated, will test and close this issue.
Pkrish15 commented 5 years ago

Already made changes and provided a reference commit to this changes. Hence closing this issue.