Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/dekaf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use tokio::io::{AsyncRead, AsyncWrite, AsyncWriteExt};
use tokio::net::TcpStream;
use url::Url;

/// A Kafka-compatible proxy for reading Estuary Flow collections.
/// A Kafka-compatible proxy for reading Estuary collections.
#[derive(Debug, Parser, serde::Serialize)]
#[command(about, version)]
pub struct Cli {
Expand Down
2 changes: 1 addition & 1 deletion crates/flow-client-next/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flow-client-next

Client library for Estuary Flow control-plane APIs with auto-refreshing authentication.
Client library for Estuary control-plane APIs with auto-refreshing authentication.

This crate is a replacement for `flow-client`. Dependent crates should use
`use flow_client_next as flow_client;` to ease the transition.
Expand Down
4 changes: 2 additions & 2 deletions crates/flowctl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flowctl

**The command line interface for Estuary Flow**
**The command line interface for Estuary**

### Installing `flowctl`

Expand All @@ -24,7 +24,7 @@ Verify that it's working by running `flowctl --version`.

### Use the `flowctl` CLI:

**Authentication to Estuary Flow**
**Authentication to Estuary**

1. Visit (https://dashboard.estuary.dev/admin) and login.
2. Find the "Access Token" at the bottom of the page, and copy it.
Expand Down
2 changes: 1 addition & 1 deletion crates/flowctl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use models::authorizations::ControlClaims;
use output::{Output, OutputType};
use poll::poll_while_queued;

/// A command-line tool for working with Estuary Flow.
/// A command-line tool for working with Estuary.
#[derive(Debug, Parser)]
#[command(author, about, version, next_display_order = None)]
pub struct Cli {
Expand Down
2 changes: 1 addition & 1 deletion go/runtime/flow_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (c *FlowConsumerConfig) Plane() pr.Plane {
return pr.Plane_PUBLIC
}

// FlowConsumer implements the Estuary Flow Consumer.
// FlowConsumer implements the Estuary Consumer.
type FlowConsumer struct {
// Configuration of this FlowConsumer.
config *FlowConsumerConfig
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mise configuration for Estuary Flow development tasks
# Mise configuration for Estuary development tasks
# See https://mise.jdx.dev for documentation

# Tool versions
Expand Down
Loading