Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Kinesis ingestion samples #1947

Merged
merged 10 commits into from
Mar 21, 2024
Prev Previous commit
Next Next commit
docs: Use response to verify ingestion settings update
  • Loading branch information
michaelpri10 committed Mar 13, 2024
commit 0496f5200542573c10c47e08dd8f7fa207861f35
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static void updateTopicTypeExample(

Topic response = topicAdminClient.updateTopic(request);

System.out.println("Updated topic with Kinesis ingestion settings: " + topic.getAllFields());
System.out.println("Updated topic with Kinesis ingestion settings: " + response.getAllFields());
}
}
}
Expand Down