Skip to content

Commit

Permalink
pg buffer pool manage
Browse files Browse the repository at this point in the history
  • Loading branch information
yoa1226 committed Dec 15, 2024
1 parent e346edf commit 70c7663
Show file tree
Hide file tree
Showing 11 changed files with 667 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**/.DS_Store
.DS_Store
_reviews/
.idea/
code/code.iml
assets/assets.iml
2 changes: 1 addition & 1 deletion _posts/2024-11-03-kafka-producer.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ boolean enableAdaptivePartitioning = partitioner == null &&

RecordAccumulator.PartitionerConfig partitionerConfig =
new RecordAccumulator.PartitionerConfig( enableAdaptivePartitioning,
config.getLong(ProducerConfig.PARTITIONER_AVAILABILITY_TIMEOUT_MS_CONFIG)
config.getLong(ProducerConfig.PARTITIONER_AVAILABILITY_TIMEOUT_MS_CONFIG))
```

#### 序列化
Expand Down
Loading

0 comments on commit 70c7663

Please sign in to comment.