@@ -64,14 +64,13 @@ internal object Configuration {
64
64
val rapidConfig: Map <String , String > = mapOf (
65
65
" RAPID_KAFKA_CLUSTER" to " gcp" ,
66
66
" RAPID_APP_NAME" to " hm-oebs-listener" ,
67
- " KAFKA_BOOTSTRAP_SERVERS " to config()[Key (" kafka.brokers" , stringType)],
67
+ " KAFKA_BROKERS " to config()[Key (" kafka.brokers" , stringType)],
68
68
" KAFKA_CONSUMER_GROUP_ID" to " hm-oebs-listener-v1" ,
69
69
" KAFKA_RAPID_TOPIC" to config()[Key (" kafka.aiven.topic" , stringType)],
70
70
" KAFKA_RESET_POLICY" to config()[Key (" kafka.reset.policy" , stringType)],
71
71
" KAFKA_TRUSTSTORE_PATH" to config()[Key (" KAFKA_TRUSTSTORE_PATH" , stringType)],
72
- " KAFKA_TRUSTSTORE_PASSWORD" to config()[Key (" KAFKA_CREDSTORE_PASSWORD" , stringType)],
73
72
" KAFKA_KEYSTORE_PATH" to config()[Key (" KAFKA_KEYSTORE_PATH" , stringType)],
74
- " KAFKA_KEYSTORE_PASSWORD " to config()[Key (" KAFKA_CREDSTORE_PASSWORD" , stringType)],
73
+ " KAFKA_CREDSTORE_PASSWORD " to config()[Key (" KAFKA_CREDSTORE_PASSWORD" , stringType)],
75
74
" HTTP_PORT" to config()[Key (" HTTP_PORT" , stringType)],
76
75
" KAFKA_CLIENT_ID" to config()[Key (" kafka.client.id" , stringType)],
77
76
) + System .getenv().filter { it.key.startsWith(" NAIS_" ) }
0 commit comments