We have etl pipeline which is sending events from source to destination dbs using CDC(debezium connector using kafka and eventhubs). It works fine with one eventhub namespace but since eh(standard tier) can have only 10 eventhubs, in order to enable cdc in 10+ tables, I have created new eh namespace and for the same when am adding sasl.jaas.config details for second namespace , its throwing error. I have deployed debezium-kafka in aks containers.