<li><code>offset.storage.file.filename</code> - File to store offset data in</li>
</ul>
<p>TheparametersthatareconfiguredhereareintendedforproducersandconsumersusedbyKafkaConnecttoaccesstheconfiguration,offsetandstatustopics.ForconfigurationofKafkasourceandKafkasinktasks,thesameparameterscanbeusedbutneedtobeprefixedwith<code>consumer.</code> and <code>producer.</code>respectively.Theonlyparameterthatisinheritedfromtheworkerconfigurationis<code>bootstrap.servers</code>, which in most cases will be sufficient, since the same cluster is often used for all purposes. A notable exeption is a secured cluster, which requires extra parameters to allow connections. These parameters will need to be set up to three times in the worker configuration, once for management access, once for Kafka sinks and once for Kafka sources.</p>
<p>TheparametersthatareconfiguredhereareintendedforproducersandconsumersusedbyKafkaConnecttoaccesstheconfiguration,offsetandstatustopics.ForconfigurationofKafkasourceandKafkasinktasks,thesameparameterscanbeusedbutneedtobeprefixedwith<code>consumer.</code> and <code>producer.</code>respectively.Theonlyparameterthatisinheritedfromtheworkerconfigurationis<code>bootstrap.servers</code>, which in most cases will be sufficient, since the same cluster is often used for all purposes. A notable exception is a secured cluster, which requires extra parameters to allow connections. These parameters will need to be set up to three times in the worker configuration, once for management access, once for Kafka sinks and once for Kafka sources.</p>