removed unused api handlers and protobuf processing logic

This commit is contained in:
aishwarya-raimule
2023-01-23 16:22:44 +05:30
parent 374fe655d3
commit 9ecc13f2d3
2 changed files with 0 additions and 48 deletions

View File

@@ -23,10 +23,6 @@ func init() {
schema.InitializeSchemaHandler(configs)
producer_client.InitializeProducers(configs.Kafka, configs.Env)
for i := 0; i < 2; i++ {
go lib.ProcessProtobufRequestChannel(configs.Kafka.Kafka_Topic_Protobuf)
}
for i := 0; i < configs.Server.Goroutines; i++ {
go lib.ProcessJsonRequestChannel(configs.Kafka.Kafka_Topic_Json)
}