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
is there a way to determine which index to send the information to regardless of the kafka topic based on information provided from the message body.
assume that kafka has the topic called "users", i would like to sync the topic user to the opensearch index "topic_username"
KEY: USER_1
Body: {
"name": "bob",
"index": "topic_username"
}
metadata: ""
thanks
The text was updated successfully, but these errors were encountered:
is there a way to determine which index to send the information to regardless of the kafka topic based on information provided from the message body.
assume that kafka has the topic called "users", i would like to sync the topic user to the opensearch index "topic_username"
KEY: USER_1
Body: {
"name": "bob",
"index": "topic_username"
}
metadata: ""
thanks
The text was updated successfully, but these errors were encountered: