Skip to content

Commit

Permalink
news item for circulars over kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Jun 14, 2024
1 parent 95f3360 commit d4e5224
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,10 @@ export function Layout({ children }: { children?: ReactNode }) {
<DevBanner />
<Header />
<NewsBanner>
Introducing Einstein Probe, Astro Flavored Markdown, and Notices
Schema v4.0.0. See{' '}
Circulars now available via Kafka. See{' '}
<Link
className="usa-link"
to="/news#new-einstein-probe-notices-circulars-astro-flavored-markdown-and-notices-schema-v400"
to="/news#circulars-are-now-available-via-kafka"
>
news and announcements
</Link>
Expand Down
14 changes: 14 additions & 0 deletions app/routes/news._index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ import { Anchor } from '~/components/Anchor'

## 2024

<CollectionItem
className="maxw-none"
variantComponent={
<CollectionCalendarDate datetime={'June 14, 2024'} />
}
>
<CollectionHeading headingLevel="h3">
<Anchor>Circulars are Now Available via Kafka</Anchor>
</CollectionHeading>
<CollectionDescription>
Circulars can now be streamed over Kafka in JSON format on the topic `gcn.circulars`. They can be added to your existing Kafka streaming codes or generated via the [QuickStart interface](/quickstart).
</CollectionDescription>
</CollectionItem>

<CollectionItem
className="maxw-none"
variantComponent={
Expand Down

0 comments on commit d4e5224

Please sign in to comment.