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
The dev service is handled by the kafka-client extension, and not by the kafka-streams extension.
Note that the kafka-streams extension also understands kafka.bootstrap.servers.
The dev service is handled by the kafka-client extension
That's something that the Quarkus devs know, not the users.
Users want just write an application using Kafka Streams and don't need to explicitly using kafka-client extension.
Note that the kafka-streams extension also understands kafka.bootstrap.servers
Yeah, I know that but then what's the point of having quarkus.kafka-streams.bootstrap-servers as well, as possible config param?
The kafka-streams extension depends on the kafkac-lient extension, so users do not have to know.
About quarkus.kafka-streams.bootstrap-servers, this was the original property that we still support. However, I would recommend using kafka.bootstrap.servers as it covers all Kafka extensions and also supports the service binding operators. I agree that documentation should be updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From the doc I read that one of the ways you can avoid starting the Redpanda container during Kafka development is by:
That is true but why it's not the same with the
quarkus.kafka-streams.bootstrap-servers
when developing with Kafka Streams?Beta Was this translation helpful? Give feedback.
All reactions