Hello, everyone. I'm trying to integrate Airbyte i...
# ask-community-for-troubleshooting
e
Hello, everyone. I'm trying to integrate Airbyte into our ETL with Kafka-destination and I faced a problem with Kafka topics naming convention in our company: their names should have dots as a separator. I found out that Airbyte-kafka-connector always replaces them with underscore if put into names. For example, if I write in field "*Topic Pattern*" something like "airbyte.test" in Kafka I get "airbyte_test". Is there any way to configure Airbyte to create topics with dots in their names?