@@ -23,7 +23,6 @@ internal object Configuration {
23
23
24
24
" kafka.aiven.topic" to " teamdigihot.hm-soknadsbehandling-v1" ,
25
25
" kafka.reset.policy" to " latest" ,
26
- " kafka.client.id" to " hm-oebs-listener-prod" ,
27
26
28
27
" application.profile" to " prod" ,
29
28
" SENSU_URL" to " https://digihot-proxy.prod-fss-pub.nais.io/sensu" ,
@@ -36,7 +35,6 @@ internal object Configuration {
36
35
37
36
" kafka.aiven.topic" to " teamdigihot.hm-soknadsbehandling-v1" ,
38
37
" kafka.reset.policy" to " latest" ,
39
- " kafka.client.id" to " hm-oebs-listener-dev" ,
40
38
41
39
" application.profile" to " dev" ,
42
40
" SENSU_URL" to " https://digihot-proxy.dev-fss-pub.nais.io/sensu" ,
@@ -53,7 +51,6 @@ internal object Configuration {
53
51
" KAFKA_CREDSTORE_PASSWORD" to " " ,
54
52
" KAFKA_KEYSTORE_PATH" to " " ,
55
53
" kafka.brokers" to " host.docker.internal:9092" ,
56
- " kafka.client.id" to " hm-oebs-listener-local" ,
57
54
" kafka.aiven.topic" to " teamdigihot.hm-soknadsbehandling-v1" ,
58
55
" kafka.reset.policy" to " earliest" ,
59
56
" application.profile" to " local" ,
@@ -73,7 +70,6 @@ internal object Configuration {
73
70
" KAFKA_KEYSTORE_PATH" to config()[Key (" KAFKA_KEYSTORE_PATH" , stringType)],
74
71
" KAFKA_CREDSTORE_PASSWORD" to config()[Key (" KAFKA_CREDSTORE_PASSWORD" , stringType)],
75
72
" HTTP_PORT" to config()[Key (" HTTP_PORT" , stringType)],
76
- " KAFKA_CLIENT_ID" to config()[Key (" kafka.client.id" , stringType)],
77
73
) + System .getenv().filter { it.key.startsWith(" NAIS_" ) }
78
74
79
75
val application: Map <String , String > = mapOf (
0 commit comments