pnowojski commented on a change in pull request #7097:
[FLINK-10874][kafka-docs] Document likely cause of
UnknownTopicOrPartitionException
URL: https://github.com/apache/flink/pull/7097#discussion_r238256735
##########
File path: docs/dev/connectors/kafka.md
##########
@@ -804,4 +776,36 @@ When using standalone Flink deployment, you can also use
`SASL_SSL`; please see
For more information on Flink configuration for Kerberos security, please see
[here]({{ site.baseurl}}/ops/config.html).
You can also find [here]({{ site.baseurl}}/ops/security-kerberos.html) further
details on how Flink internally setups Kerberos-based security.
+## Troubleshooting
+
+<div class="alert alert-warning">
+If you have a problem with Kafka when using Flink, keep in mind that Flink
only wraps <tt>KafkaConsumer</tt> or <tt>KafkaProducer</tt>
Review comment:
Ok, done. Thanks for the review @tzulitai.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services