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
Added the below lines for the definition of few variables were missing in the python code.
partitions_api_format = 'topics/{topic_name}/partitions'
partition_api_format = 'topics/{topic_name}/partitions/{partition_id}'
0 commit comments