Hi there good people,
I stumbled across this repo while messing with kafka and python. What do you guys think about updating this doc with newer f-strings as in
print('Message delivery failed: {}'.format(err)) to print(f'Message delivery failed: {err}') , following a new standard !
Hi there good people,
I stumbled across this repo while messing with kafka and python. What do you guys think about updating this doc with newer f-strings as in
print('Message delivery failed: {}'.format(err))toprint(f'Message delivery failed: {err}'), following a new standard !