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
Does rpk container start use the newly built docker image? If not, it doesn't include this fix: #890 - which I think is required because Sarama was ignoring the min 3, max 10 for fetch and just using 11.
Rpk can't consume from topics if the given offset is "newest" (-1) or "oldest" (-2).
Setup
You can skip this if everything's up to date
# In the repo root task llvm:install task rp:build task rpk:build task dashboard:build task v-rp:build-pkg PKG_FORMATS=deb task v-rp:build-docker-image
Start a Redpanda cluster, create the topic
Check that the topic was created successfully:
Scenario 1
Yields:
Scenario 2 (
--partitions
)Yields:
The text was updated successfully, but these errors were encountered: