You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a issue with 'data.stream.type' It was implemented with enum and It's also using for index template. I would like to use custom index template because I have logs and metrics index template in ES Cloud but I would like to change my index template like kafka and I'll define index lifecycle policy etc. Actually I forked and I reimplemented this field without Enum. I would like to ask about why did you implement it as enum and why is not generic?
The text was updated successfully, but these errors were encountered:
Hi Confluent Team,
I have a issue with 'data.stream.type' It was implemented with enum and It's also using for index template. I would like to use custom index template because I have logs and metrics index template in ES Cloud but I would like to change my index template like kafka and I'll define index lifecycle policy etc. Actually I forked and I reimplemented this field without Enum. I would like to ask about why did you implement it as enum and why is not generic?
The text was updated successfully, but these errors were encountered: