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
Add the field to avoid creating missing topic. (#873)
* Add the field to avoid creating missing topic.
Add field AllowAutoTopicCreation to Writer struct.
It prevents the side-effect of creating missing topic.
Closes#872
* Fix the test when missing topic creation is expected
Closes#872
* Add documentation to create missing topic.
Add the feature on the Writer's features list.
Add a code snippet to create a topic before messages publication.
Closes#872
* Fixes missing word.
* Update writer_test.go
Co-authored-by: Erik Weathers <[email protected]>
* Update README.md
language adjustment @erikdw
Co-authored-by: Erik Weathers <[email protected]>
* Update README.md
Adjust styling by @erikdw
Co-authored-by: Erik Weathers <[email protected]>
Co-authored-by: Erik Weathers <[email protected]>
0 commit comments